aboutsummaryrefslogtreecommitdiffstats
path: root/datamaps/tests/test_cli.py
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-05-03 16:27:23 +0100
committerMatthew Lemon <matt@matthewlemon.com>2021-05-03 16:27:23 +0100
commit7f0174e6a95ca4c6d7607a287b9ef53c2511b6c5 (patch)
tree6553981715a29b2e9920b5cb8ce6ee6d308ed27c /datamaps/tests/test_cli.py
parentf75bbe8b8559fce0538c106b911b1e6be402bea4 (diff)
fixes for actios
Diffstat (limited to 'datamaps/tests/test_cli.py')
-rw-r--r--datamaps/tests/test_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/datamaps/tests/test_cli.py b/datamaps/tests/test_cli.py
index 2e6ace2..abad923 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"
- not in [x[2] for x in caplog.record_tuples]
+ in [x[2] for x in caplog.record_tuples]
)