summaryrefslogtreecommitdiffstats
path: root/ufo/test/unit/common/test_ring.py
diff options
context:
space:
mode:
Diffstat (limited to 'ufo/test/unit/common/test_ring.py')
-rw-r--r--ufo/test/unit/common/test_ring.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufo/test/unit/common/test_ring.py b/ufo/test/unit/common/test_ring.py
index d3dac609c59..4fb964e4250 100644
--- a/ufo/test/unit/common/test_ring.py
+++ b/ufo/test/unit/common/test_ring.py
@@ -38,6 +38,6 @@ class TestRing(unittest.TestCase):
assert node[0]['device'] == 'test'
part, node = self.ring.get_nodes('test2')
assert node
- assert node[0]['device'] == 'volume'
+ assert node[0]['device'] == 'volume_not_in_ring'
finally:
self.ring._devs = __devs