diff options
Diffstat (limited to 'datamaps')
-rw-r--r-- | datamaps/tests/test_cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datamaps/tests/test_cli.py b/datamaps/tests/test_cli.py index abad923..2e6ace2 100644 --- a/datamaps/tests/test_cli.py +++ b/datamaps/tests/test_cli.py @@ -157,7 +157,7 @@ def test_export_with_alternative_datamap_not_csv(mock_config, resource_dir, capl else: assert ( "Reading datamap /tmp/Documents/datamaps/input/datamap_alternate.csv" - in [x[2] for x in caplog.record_tuples] + not in [x[2] for x in caplog.record_tuples] ) |