Skip to content

Commit 0b14019

Browse files
committed
..
1 parent e003026 commit 0b14019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/fault_game_params_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func testFaultGameParams(t *testing.T, chain *ChainConfig) {
9090
// PermissionedDelayedWETH
9191
pwethDelay, err := CastCall(permissionedDelayedWethAddr, "delay()", nil, rpcEndpoint)
9292
require.NoError(t, err)
93-
require.Equal(t, "0x0000000000000000000000000000000000000000000000000000000000093a80", pwethDelay[0], "DelayedWETH: bond withdrawal delay") // 604800 sec = 7 days
93+
require.Equal(t, "0x0000000000000000000000000000000000000000000000000000000000093a80", pwethDelay[0], "PermissionedDelayedWETH: bond withdrawal delay") // 604800 sec = 7 days
9494
}
9595

9696
func findOpProgramRelease(t *testing.T, hash string, superchain string) bool {

0 commit comments

Comments
 (0)