Skip to content

Commit

Permalink
!fixup assertion fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh committed Jun 10, 2024
1 parent a0bd312 commit adc706a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/operations/extend_restore_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Operation', function () {

expect(() => {
StellarBase.Operation.extendFootprintTtl({ extendTo: 0 });
}).to.throw(/ledger quantity/i);
}).to.throw(/has to be positive/i);
});
});

Expand Down

0 comments on commit adc706a

Please sign in to comment.