Skip to content

Commit cb37965

Browse files
committed
test_texture: Platform issue in test
1 parent cf40099 commit cb37965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_texture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ def testPathVsName(self):
4141
self.assertEqual(texture.image_name, 'test2')
4242

4343
texture.path = "some/path"
44-
self.assertEqual(texture.path, 'some/path')
44+
self.assertEqual(texture.path, str(Path('some/path')))

0 commit comments

Comments
 (0)