From e30b62aa6abee7d28b132068c76a1818cf512a6f Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Thu, 3 May 2018 14:08:59 +0100 Subject: [PATCH] TEST: See previous commit --- tests/test_atlasq_ohi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_atlasq_ohi.py b/tests/test_atlasq_ohi.py index c4a0938d5..36279ce69 100644 --- a/tests/test_atlasq_ohi.py +++ b/tests/test_atlasq_ohi.py @@ -77,7 +77,7 @@ def test_coords(seed): if label is None: return expected + 'Unclassified' else: - return expected + atlas.desc.labels[int(label)].name + return expected + atlas.desc.find(value=int(label)).name capture = CaptureStdout() -- GitLab