We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce8366 commit 6166387Copy full SHA for 6166387
params/extras/precompile_upgrade_test.go
@@ -288,7 +288,7 @@ func (tt *upgradeCompatibilityTest) run(t *testing.T, chainConfig ChainConfig) {
288
// if this is not the final upgradeBytes, continue applying
289
// the next upgradeBytes. (only check the result on the last apply)
290
if i != len(tt.configs)-1 {
291
- require.Nil(t, err, "expecting checkConfigCompatible call %d to return nil", i+1)
+ require.NoErrorf(t, err, "expecting checkConfigCompatible call %d to return nil", i+1)
292
chainConfig = newCfg
293
continue
294
}
0 commit comments