more test
This commit is contained in:
parent
b055c5f891
commit
17637ff0b9
@ -50,3 +50,6 @@ class TestPlaceImage(TestSubmittable, TestCase):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
def test_str(self):
|
||||||
|
place_image = mock_place_image()
|
||||||
|
self.assertEqual(str(place_image), ' '.join([place_image.place.name, str(place_image.pk)]))
|
||||||
|
Loading…
Reference in New Issue
Block a user