Skip to content

Commit 784b217

Browse files
authored
Apply suggestion from @henryiii
1 parent a0f21fb commit 784b217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from tempfile import NamedTemporaryFile
33
from os import system
44

5-
DIR = Path(__file__).absolute().parents[0]
5+
DIR = Path(__file__).resolve().parent
66

77
expected = """\
88
/*

0 commit comments

Comments
 (0)