mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
remove irreführende Testdaten
This commit is contained in:
parent
232b88f72c
commit
0c8c1cd7e0
@ -134,11 +134,7 @@ describe('transmitTransaction', () => {
|
||||
const localTransaction = new DbTransaction()
|
||||
localTransaction.typeId = 12
|
||||
try {
|
||||
await DltConnectorClient.getInstance()?.transmitTransaction(
|
||||
localTransaction,
|
||||
'senderCommunityUuid',
|
||||
'recipientCommunityUuid',
|
||||
)
|
||||
await DltConnectorClient.getInstance()?.transmitTransaction(localTransaction)
|
||||
} catch (e) {
|
||||
expect(e).toMatchObject(
|
||||
new LogError('invalid transaction type id: ' + localTransaction.typeId.toString()),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user