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

View File

@ -18,7 +18,7 @@ describe('apis/IotaConnector/enabled', () => {
const messageString = 'Hello World - ' + now.toString()
const messageHexString = Buffer.from(messageString, 'utf8').toString('hex')
const indexHexString = Buffer.from(CONFIG.IOTA_COMMUNITY_ALIAS, 'utf8').toString('hex')
it('send hello world message to iota tangle', async () => {
it('sends hello world message to iota tangle', async () => {
const iotaMessage = await sendDataMessage(messageString)
expect(iotaMessage).not.toBeNull()
if (iotaMessage) {