Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Sep 26, 2023
1 parent e1a8948 commit d10b9f0
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 @@ -1105,7 +1105,7 @@ func TestStandaloneUpgradeFailsWhenUpgradeIsInProgress(t *testing.T) {
require.Equal(t, "an upgrade is already in progress; please try again later.", err.Error())
}

func twoMinorsPrevious(t *testing.T, ctx context.Context()) *version.ParsedSemVer {
func twoMinorsPrevious(t *testing.T, ctx context.Context) *version.ParsedSemVer {
t.Helper()

// Get available versions from Artifacts API
Expand Down

0 comments on commit d10b9f0

Please sign in to comment.