Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Nov 3, 2023
1 parent ef88951 commit 54ebe86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/state/l1_current_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (s *DriverStateTestSuite) TestResetL1CurrentEmptyHeight() {
}

func (s *DriverStateTestSuite) TestResetL1CurrentEmptyID() {
s.ErrorContains(s.s.ResetL1Current(context.Background(), common.Big1), "not found")
s.ErrorContains(s.s.ResetL1Current(context.Background(), common.Big1), "execution reverted")
}

func (s *DriverStateTestSuite) TestResetL1CurrentCtxErr() {
Expand Down

0 comments on commit 54ebe86

Please sign in to comment.