Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Apr 18, 2024
1 parent 02a50e7 commit 72f0e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions standalone/standalone/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ describe('standalone/standalone/test/index.test.ts', () => {
// insert_succeed_transaction_2
assert.equal(foo[1].length, 1);
// insert_failed_transaction_1
assert.equal(foo[0].length, 0);
assert.equal(foo[2].length, 0);
// insert_failed_transaction_2
assert.equal(foo[1].length, 0);
assert.equal(foo[3].length, 0);
});
});

Expand Down

0 comments on commit 72f0e39

Please sign in to comment.