From 54ebe860529d24520c78b264cf90976308105842 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 4 Nov 2023 00:03:17 +0800 Subject: [PATCH] test: update tests --- driver/state/l1_current_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/state/l1_current_test.go b/driver/state/l1_current_test.go index ec3077098..399a76984 100644 --- a/driver/state/l1_current_test.go +++ b/driver/state/l1_current_test.go @@ -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() {