Skip to content

Commit 9d22703

Browse files
committed
modified the comment in test_wavefront.TestNoMaterial
1 parent 097ae90 commit 9d22703

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_wavefront.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,9 @@ def setUp(self):
6161
self.meshes = pywavefront.Wavefront('simple_no_mtl.obj')
6262

6363
def testMaterials(self):
64-
"""Override this method"""
64+
"""Override this test"""
6565
pass
6666

6767
def testMeshMaterialVertices(self):
6868
"Mesh vertices should have known values."
6969
self.assertEqual(len(self.meshes.meshes['Simple'].materials[0].vertices), 48)
70-
71-

0 commit comments

Comments
 (0)