mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Update backend/src/apis/IotaConnector.test.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
debc0d3af8
commit
16b71ad32c
@ -28,7 +28,7 @@ describe('apis/IotaConnector/enabled', () => {
|
||||
messageId = iotaMessage.messageId
|
||||
}
|
||||
})
|
||||
it('receive hello world message from iota tangle by message id', async () => {
|
||||
it('receives hello world message from iota tangle by message id', async () => {
|
||||
const iotaMessage = await getMessage(messageId)
|
||||
expect(iotaMessage).not.toBeNull()
|
||||
if (iotaMessage) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user