This commit is contained in:
Sina Mahmoodi 2025-10-15 18:50:20 +02:00
parent e16270055a
commit bbdbcd84ce

View file

@ -877,7 +877,7 @@ func TestSimulateV1WithBlockOverrides(t *testing.T) {
}
// 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)
}
}