Skip to content

Commit 3667cdd

Browse files
authored
Update test_main.py
Fix typo in comment : TEST_DRAFTS_FILE instead of DRAFTS_FILE
1 parent 640feca commit 3667cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Generate a unique test drafts file name
2727
TEST_DRAFTS_FILE = f"test-drafts-{uuid.uuid4().hex[:6]}.json"
2828

29-
# Ensure DRAFTS_FILE path is resolved and the file exists, following XDG Base Directory Specification if necessary.
29+
# Ensure TEST_DRAFTS_FILE path is resolved and the file exists, following XDG Base Directory Specification if necessary.
3030
TEST_DRAFTS_FILE = ensure_drafts_file(TEST_DRAFTS_FILE)
3131
os.remove(TEST_DRAFTS_FILE)
3232

0 commit comments

Comments
 (0)