Skip to content

Commit 21d3325

Browse files
authored
Fix ./tests/test_main.py:30:20: F821 undefined name 'ensure_drafts_file'
./tests/test_main.py:30:20: F821 undefined name 'ensure_drafts_file' TEST_DRAFTS_FILE = ensure_drafts_file(TEST_DRAFTS_FILE) ^ 1 F821 undefined name 'ensure_drafts_file'
1 parent ef909b7 commit 21d3325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
from typer.testing import CliRunner
88

9+
from src.draft_utils import ensure_drafts_file
10+
911
# Import the 'app' object from the local module in the 'src' package.
1012
from src.app import app
1113

0 commit comments

Comments
 (0)