Skip to content

Commit c59a23a

Browse files
fixed tests
1 parent f555851 commit c59a23a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/test_generate_jsonmap.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,11 @@
1313
_get_nav_tabs, # type: ignore
1414
_serialise_json_map,
1515
app,
16-
log_level,
1716
)
1817

1918
runner = CliRunner()
2019

2120

22-
@patch("techui_builder.generate_jsonmap.Logger")
23-
def test_log_level(mock_logger):
24-
log_level("INFO")
25-
mock_logger.assert_called_once()
26-
27-
2821
def test_write_json_map_no_synoptic(json_map_generator):
2922
with pytest.raises(FileNotFoundError):
3023
json_map_generator.bob_path = Path("Synoptic")

0 commit comments

Comments
 (0)