mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 21:26:42 +00:00
fix lint
This commit is contained in:
parent
e16270055a
commit
bbdbcd84ce
1 changed files with 1 additions and 1 deletions
|
|
@ -877,7 +877,7 @@ func TestSimulateV1WithBlockOverrides(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verify the timestamp was overridden
|
// Verify the timestamp was overridden
|
||||||
if uint64(results[0].Timestamp) != timestamp {
|
if results[0].Timestamp != timestamp {
|
||||||
t.Errorf("expected timestamp %d, got %d", timestamp, results[0].Timestamp)
|
t.Errorf("expected timestamp %d, got %d", timestamp, results[0].Timestamp)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue