Skip to content

Commit

Permalink
test workflow fail slack notification system
Browse files Browse the repository at this point in the history
  • Loading branch information
Intizar-T committed Nov 8, 2024
1 parent 6d8c884 commit fda2861
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sequencer/database/historydb/historydb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,12 +389,11 @@ func TestTxs(t *testing.T) {
bn = common.BatchNum(5)
assert.Equal(t, bn, *dbL1Txs[3].BatchNum)

return

bn = common.BatchNum(7)
assert.Equal(t, &bn, dbL1Txs[3].BatchNum)
assert.Equal(t, &bn, dbL1Txs[4].BatchNum)
assert.Equal(t, &bn, dbL1Txs[5].BatchNum)
return

bn = common.BatchNum(8)
assert.Equal(t, &bn, dbL1Txs[6].BatchNum)
Expand Down

0 comments on commit fda2861

Please sign in to comment.