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:55:55 +02:00 committed by GitHub
parent debc0d3af8
commit 16b71ad32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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