Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit ef7f681

Browse files
tro3sdboyer
tro3
authored andcommitted
Fix test issue after upstream merge
1 parent 770169f commit ef7f681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func TestIsEmpty(t *testing.T) {
193193
h.TempDir("empty")
194194
tests := map[string]string{
195195
wd: "true",
196-
"_testdata": "true",
196+
"testdata": "true",
197197
filepath.Join(wd, "fs.go"): "err",
198198
filepath.Join(wd, "this_file_does_not_exist.thing"): "false",
199199
h.Path("empty"): "false",

0 commit comments

Comments
 (0)