summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-04-19 22:55:42 +0200
committerValery Piashchynski <[email protected]>2023-04-19 22:55:42 +0200
commit7e961965b6e53efaf3e6a56da2ac06794818d200 (patch)
treea321e6541e6a1d148ddbd718b9a97ddf8608bc05 /internal
parent3ce7254dc63667e7fcba41b7f6592dec1d610edd (diff)
fix: update TestCommandWorkingDir
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'internal')
-rw-r--r--internal/cli/root_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/root_test.go b/internal/cli/root_test.go
index b9795444..856c9a9a 100644
--- a/internal/cli/root_test.go
+++ b/internal/cli/root_test.go
@@ -158,7 +158,7 @@ func TestCommandWorkingDir(t *testing.T) {
assert.NoError(t, cmd.Execute())
assert.True(t, executed)
- assert.Equal(t, "/tmp", wd)
+ assert.Equal(t, tmp, wd)
t.Cleanup(func() {
_ = f2.Close()