Skip to content

Commit 94c334c

Browse files
fixup
1 parent f3413c9 commit 94c334c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prover/zkevm/prover/statemanager/codehashconsistency/consistency_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ func TestCaseGeneration(t *testing.T) {
173173
files.MustOverwrite("./testdata/state-summary.csv"),
174174
[]string{"IS_ACTIVE", "IS_STORAGE", "INITIAL_MIMC", "INITIAL_KECCAK_HI", "INITIAL_KECCAK_LO", "FINAL_MIMC", "FINAL_KECCAK_HI", "FINAL_KECCAK_LO"},
175175
[][]field.Element{ssIsActive, ssIsStorage, ssInitMimc, ssInitKeccakHi, ssInitKeccakLo, ssFinalMimc, ssFinalKeccakHi, ssFinalKeccakLo},
176+
false,
176177
)
177178

178179
/*
@@ -230,6 +231,7 @@ func TestCaseGeneration(t *testing.T) {
230231
files.MustOverwrite("./testdata/mimc-codehash.csv"),
231232
[]string{"IS_ACTIVE", "IS_HASH_END", "NEW_STATE", "KECCAK_HI", "KECCAK_LO"},
232233
[][]field.Element{romIsActive, romIsHashEnd, romNewState, romKeccakHi, romKeccakLo},
234+
false,
233235
)
234236
}
235237

0 commit comments

Comments
 (0)