diff options
-rw-r--r-- | datamaps/tests/test_cli.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/datamaps/tests/test_cli.py b/datamaps/tests/test_cli.py index eaff8fa..6dd5154 100644 --- a/datamaps/tests/test_cli.py +++ b/datamaps/tests/test_cli.py @@ -20,7 +20,6 @@ def _copy_resources_to_input(config, directory): @pytest.mark.skip("Not currently passing - need to investigate") def test_error_report(mock_config, resource_dir): - breakpoint() runner = CliRunner() mock_config.initialise() _copy_resources_to_input(mock_config, resource_dir) |