Skip to content
Snippets Groups Projects
Commit e30b62aa authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: See previous commit

parent 7aecb004
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ def test_coords(seed): ...@@ -77,7 +77,7 @@ def test_coords(seed):
if label is None: if label is None:
return expected + 'Unclassified' return expected + 'Unclassified'
else: else:
return expected + atlas.desc.labels[int(label)].name return expected + atlas.desc.find(value=int(label)).name
capture = CaptureStdout() capture = CaptureStdout()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment