Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Nov 18, 2024
1 parent 93a7103 commit ca653a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/driver/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ func (s *DriverTestSuite) TestInsertSoftBlocks() {
s.NotEmpty(l1Origin3.L1BlockHash)
s.Equal(false, l1Origin3.EndOfBlock)
s.Equal(false, l1Origin3.EndOfPreconf)
s.Equal(uint64(0), l1Origin3.BatchID.Uint64())
s.Nil(l1Origin3.BatchID)
s.False(l1Origin3.IsSoftBlock())
}

Expand Down

0 comments on commit ca653a4

Please sign in to comment.