Skip to content

Commit

Permalink
Noop swap of got/want to match go practices
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudhartert-db committed Jun 19, 2024
1 parent f3e5bf7 commit 9c964d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/auth_azure_github_oidc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,6 @@ func TestAzureGithubOIDCCredentials_Name(t *testing.T) {
want := "github-oidc-azure"

if got := c.Name(); got != want {
t.Errorf("Name(): want %s, got %s", want, got)
t.Errorf("Name(): got %s, want %s", got, want)
}
}

0 comments on commit 9c964d2

Please sign in to comment.