Update backend/src/apis/IotaConnector.test.ts

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
einhornimmond 2023-06-15 11:56:29 +02:00 committed by GitHub
parent 16b71ad32c
commit 3ca247ebf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {