Skip to content

Commit 45a8c97

Browse files
committed
fix error code
1 parent 5e2aba8 commit 45a8c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/xrpl/test/integration/transactions/delegateSet.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ describe('DelegateSet', function () {
8888
EmailHash: '10000000002000000000300000000012',
8989
}
9090

91-
// Expect transaction to fail with tecNO_PERMISSION error
91+
// Expect transaction to fail with tecNO_DELEGATE_PERMISSION error
9292
await testTransaction(
9393
testContext.client,
9494
accountSetTx,
9595
bob,
9696
undefined,
97-
'tecNO_PERMISSION',
97+
'tecNO_DELEGATE_PERMISSION',
9898
)
9999
},
100100
TIMEOUT,

0 commit comments

Comments
 (0)