Skip to content

Commit ae5b92c

Browse files
committed
Fix description for reapplyGiven test
1 parent ec762b7 commit ae5b92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/transaction/Transaction.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('Transaction', () => {
9999
});
100100
});
101101

102-
describe('replyGiven', () => {
102+
describe('reapplyGiven', () => {
103103
it('should throw an error if the transaction is announced', () => {
104104
const transaction = new FakeTransaction(TransactionType.TRANSFER,
105105
NetworkType.MIJIN_TEST,

0 commit comments

Comments
 (0)