Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Aug 3, 2024
1 parent a8aef22 commit d10fbc2
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 @@ -93,7 +93,7 @@ func (s *DriverTestSuite) TestProcessL1Blocks() {

method, err := encoding.TaikoL2ABI.MethodById(anchorTx.Data())
s.Nil(err)
s.Equal("anchor", method.Name)
s.Contains(method.Name, "anchor")
}
}

Expand Down

0 comments on commit d10fbc2

Please sign in to comment.