Skip to content

Commit 77b2b66

Browse files
committed
modify index as new result is added
1 parent 8c14e36 commit 77b2b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_resultinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def test_byitem_resultinfo(model):
138138

139139

140140
def test_get_result_resultinfo_from_index(model):
141-
res = model.metadata.result_info[2]
141+
res = model.metadata.result_info[3]
142142
assert res.name == "acceleration"
143143
assert res.n_components == 3
144144
assert res.dimensionality == "vector"

0 commit comments

Comments
 (0)