Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit 99cb3b3

Browse files
committed
fix tests
1 parent 2e6e65d commit 99cb3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_markers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_str_left(self):
3737
}
3838
self.assertEqual(
3939
str(Marker(data)),
40-
"<Marker 13: 12° left, 0.12m away>",
40+
"Marker 13: 12° left, 0.12m away",
4141
)
4242

4343
def test_str_right(self):
@@ -51,5 +51,5 @@ def test_str_right(self):
5151
}
5252
self.assertEqual(
5353
str(Marker(data)),
54-
"<Marker 13: 12° right, 0.12m away>",
54+
"Marker 13: 12° right, 0.12m away",
5555
)

0 commit comments

Comments
 (0)