Skip to content

Commit 62a5b95

Browse files
committed
fix test related to issue petercorke#300
1 parent 42acc67 commit 62a5b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ELink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def test_dyn2list(self):
328328

329329
print(s)
330330

331-
ans = [" 0", " 0, 0, 0", " 0, 1, 2, 3, 5, 4", " 0", " 0", " 0, 0", " 0"]
331+
ans = [" 0", " 0, 0, 0", " 0, 1, 2, 3, 4, 5", " 0", " 0", " 0, 0", " 0"]
332332

333333
self.assertEqual(s, ans)
334334

0 commit comments

Comments
 (0)