Skip to content

Commit

Permalink
Rename pkg/tarball/test_data to pkg/tarball/testdata (vmware-tanzu#415)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Miller <[email protected]>
Signed-off-by: Jesse Hamilton [email protected]

Signed-off-by: Jesse Hamilton [email protected]
  • Loading branch information
Dan Miller authored and chuckha committed Apr 19, 2018
1 parent ed7778a commit adc1931
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tarball/tarball_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func TestDecodeTarball(t *testing.T) {

rBuffer := bytes.NewBuffer(buffer.Bytes())

file, err := os.Open(path.Join("test_data/archive.tar.gz"))
file, err := os.Open(path.Join("testdata/archive.tar.gz"))
if err != nil {
t.Fatalf("couldn't extract archive: %v", err)
}
Expand Down
File renamed without changes.

0 comments on commit adc1931

Please sign in to comment.