Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Fix import path in test (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiyake authored and mholt committed Nov 25, 2019
1 parent 14b2737 commit 0c5dd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path"
"testing"

"github.com/mholt/archiver"
"github.com/mholt/archiver/v3"
)

func requireRegularFile(t *testing.T, path string) os.FileInfo {
Expand Down

0 comments on commit 0c5dd86

Please sign in to comment.