Skip to content

Commit 83a5e79

Browse files
committed
hopefully fixed now i cant keep fixing things forever
1 parent b4abb3e commit 83a5e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/analyze/test_analyze_json_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from typer.testing import CliRunner
44
from cli.main import app
5-
from cli.commands.analyze import analyze_to_json
5+
from cli.commands.analyze import analyze_to_dict
66

77
# Setup test runner
88
runner = CliRunner()

0 commit comments

Comments
 (0)