Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Fixing a previous mistake in an assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Feb 27, 2018
1 parent 8a86bcc commit 583d837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCadObjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def testFace(self):
mplanec = Face.cast(face1)
mplane = Face(face1)

self.assertTupleAlmostEquals((0.0, 0.0, 1.0), mplane.normalAt().toTuple(), 3)
#self.assertTupleAlmostEquals((0.0, 0.0, 1.0), mplane.normalAt().toTuple(), 3)

def testShapeProps(self):
"""
Expand Down

0 comments on commit 583d837

Please sign in to comment.