Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Sep 16, 2021
1 parent bb6b120 commit 2e7e7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/Matrix3_TEST.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_mul(self):
def test_stream_out(self):
matrix = Matrix3d(1, 2, 3, 4, 5, 6, 7, 8, 9)

self.assertEqual(str(matA), "1 2 3 4 5 6 7 8 9")
self.assertEqual(str(matrix), "1 2 3 4 5 6 7 8 9")

def test_vector3_mul(self):
matrix = Matrix3d(1, 2, 3, 4, 5, 6, 7, 8, 9)
Expand Down

0 comments on commit 2e7e7bd

Please sign in to comment.