We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640feca commit 3667cddCopy full SHA for 3667cdd
tests/test_main.py
@@ -26,7 +26,7 @@
26
# Generate a unique test drafts file name
27
TEST_DRAFTS_FILE = f"test-drafts-{uuid.uuid4().hex[:6]}.json"
28
29
-# Ensure DRAFTS_FILE path is resolved and the file exists, following XDG Base Directory Specification if necessary.
+# Ensure TEST_DRAFTS_FILE path is resolved and the file exists, following XDG Base Directory Specification if necessary.
30
TEST_DRAFTS_FILE = ensure_drafts_file(TEST_DRAFTS_FILE)
31
os.remove(TEST_DRAFTS_FILE)
32
0 commit comments