Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed Sep 19, 2024
1 parent 9efe576 commit 8439ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive/unarchive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestUnarchiveSymlink(t *testing.T) {
// Create temp directory
tmpDir := t.TempDir()

// Run archive
// Run unarchive
err := runUnarchive(t, uarchiver, testCase.prefix+"."+extension, "archives", tmpDir)
assert.NoError(t, err)

Expand Down

0 comments on commit 8439ffa

Please sign in to comment.