Skip to content

Commit

Permalink
Removes TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Dec 18, 2024
1 parent 4598b50 commit c139ee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system_tests/arbos_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func TestScheduleArbosUpgrade(t *testing.T) {
t.Errorf("expected completed scheduled upgrade to be ignored, got version %v timestamp %v", scheduled.ArbosVersion, scheduled.ScheduledForTimestamp)
}

// TODO: Once we have an ArbOS 30, test a real upgrade with it
// We can't test 11 -> 20 because 11 doesn't have the GetScheduledUpgrade method we want to test
var testVersion uint64 = 100
var testTimestamp uint64 = 1 << 62
Expand Down

0 comments on commit c139ee1

Please sign in to comment.