Skip to content

Commit 6166387

Browse files
Update params/extras/precompile_upgrade_test.go
Co-authored-by: Ceyhun Onur <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]>
1 parent 8ce8366 commit 6166387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/extras/precompile_upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func (tt *upgradeCompatibilityTest) run(t *testing.T, chainConfig ChainConfig) {
288288
// if this is not the final upgradeBytes, continue applying
289289
// the next upgradeBytes. (only check the result on the last apply)
290290
if i != len(tt.configs)-1 {
291-
require.Nil(t, err, "expecting checkConfigCompatible call %d to return nil", i+1)
291+
require.NoErrorf(t, err, "expecting checkConfigCompatible call %d to return nil", i+1)
292292
chainConfig = newCfg
293293
continue
294294
}

0 commit comments

Comments
 (0)