Skip to content

Commit ab970f3

Browse files
committed
(wip)
1 parent 36726d1 commit ab970f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/time-entry/util/defaults/defaults_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func TestScanForDefaults_ShouldFail(t *testing.T) {
116116
err: defaults.DefaultsFileNotFoundErr,
117117
},
118118
{
119-
dir: filepath.Join(wd, "/test_data/test_cur"),
119+
dir: filepath.Join(wd, "test_data", "test_cur"),
120120
filename: "not-right",
121121
err: "invalid character",
122122
},
@@ -126,7 +126,7 @@ func TestScanForDefaults_ShouldFail(t *testing.T) {
126126
err: "permission denied",
127127
},
128128
{
129-
dir: filepath.Join(wd, "./test_data/test_empty/dir.yaml"),
129+
dir: filepath.Join(wd, "test_data", "test_empty", "dir.yaml"),
130130
filename: "dir",
131131
err: defaults.DefaultsFileNotFoundErr,
132132
},

0 commit comments

Comments
 (0)