8000 change due to compact printing · flyinger/spatialmath-python@f018207 · GitHub
[go: up one dir, main page]

Skip to content

Commit f018207

Browse files
committed
change due to compact printing
1 parent 87f8714 commit f018207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base/test_transforms2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_print2(self):
6969

7070
s = trprint2(T, file=None)
7171
self.assertIsInstance(s, str)
72-
self.assertEqual(len(s), 36)
72+
self.assertEqual(len(s), 15)
7373

7474
def test_checks(self):
7575
# 2D case, with rotation matrix

0 commit comments

Comments
 (0)
0