mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
bug fix
This commit is contained in:
parent
0eecdaa5c3
commit
d244cc6b1d
@ -32,7 +32,7 @@ describe('RegisterAddressTransaction.role', () => {
|
|||||||
const gradidoTransaction = builder.build()
|
const gradidoTransaction = builder.build()
|
||||||
expect(() => new InteractionValidate(gradidoTransaction).run(ValidateType_SINGLE)).not.toThrow()
|
expect(() => new InteractionValidate(gradidoTransaction).run(ValidateType_SINGLE)).not.toThrow()
|
||||||
const json = JSON.parse(gradidoTransaction.toJson(true))
|
const json = JSON.parse(gradidoTransaction.toJson(true))
|
||||||
expect(json.bodyBytes.json.registerAddress.nameHash).toBe(
|
expect(json.bodyBytes.registerAddress.nameHash).toBe(
|
||||||
'bac2c06682808947f140d6766d02943761d4129ec055bb1f84dc3a4201a94c08',
|
'bac2c06682808947f140d6766d02943761d4129ec055bb1f84dc3a4201a94c08',
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user