Skip to content

Commit

Permalink
fixes broken unit test with rename binary function due to naming coll…
Browse files Browse the repository at this point in the history
…ision
  • Loading branch information
joshbrgs committed Oct 25, 2023
1 parent 29e16c1 commit 87f76ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/installation/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func Test_renameBinary(t *testing.T) {
{
name: "with valid plugin name",
extractDir: testFile,
plugin: "test",
plugin: "testerBin",
wantErr: false,
},
{
Expand Down

0 comments on commit 87f76ce

Please sign in to comment.