Skip to content

Commit

Permalink
Fix changed function name
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Sep 28, 2023
1 parent 069e528 commit 625003e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ func TestStandaloneUpgradeFailsRestart(t *testing.T) {
}

// Ensure that the Upgrade Watcher has stopped running.
waitForUpgradeWatcherToComplete(t, fromF, fromVersionParsed, standaloneWatcherDuration)
checkUpgradeWatcherRan(t, fromF, fromVersionParsed)

// Ensure that the original version of Agent is running again.
t.Log("Check Agent version to ensure rollback is successful")
Expand Down

0 comments on commit 625003e

Please sign in to comment.