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
25c2ac6c06
commit
debc0d3af8
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user