Skip to content

Commit

Permalink
chore: fix test name
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
  • Loading branch information
crenshaw-dev committed Mar 25, 2022
1 parent 03d93c0 commit 8ea0cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposerver/repository/repository_test.go
Expand Up @@ -1782,7 +1782,7 @@ func TestInit(t *testing.T) {

// TestCheckoutRevisionCanGetNonstandardRefs shows that we can fetch a revision that points to a non-standard ref. In
// other words, we haven't regressed and caused this issue again: https://github.com/argoproj/argo-cd/issues/4935
func TestCheckoutRevision(t *testing.T) {
func TestCheckoutRevisionCanGetNonstandardRefs(t *testing.T) {
rootPath, err := ioutil.TempDir("", "")
require.NoError(t, err)

Expand Down

0 comments on commit 8ea0cba

Please sign in to comment.