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
16b71ad32c
commit
3ca247ebf4
@ -37,7 +37,7 @@ describe('apis/IotaConnector/enabled', () => {
|
||||
expect(indexationPayload.index).toBe(indexHexString)
|
||||
}
|
||||
})
|
||||
it('receive hello world message from iota tangle by searching throw all', async () => {
|
||||
it('receives hello world message from iota tangle by searching throw all', async () => {
|
||||
const iotaMessages = await getAllMessages()
|
||||
expect(iotaMessages).not.toBeNull()
|
||||
if (iotaMessages) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user