From 52141a21aac3ed1c9d9ff51028121c65efd35181 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 3 May 2021 15:27:59 +0100 Subject: fixed failing test by swapping logic --- datamaps/tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datamaps') 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] ) -- cgit v1.2.3