Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
clampr committed Jun 22, 2021
1 parent 98ad311 commit 470b75e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_normals.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ def test_normals(self):
# Count rows
count = data.count()

# Check if count matches 12
# Check if count matches 48
self.assertEqual(
count,
12,
48,
'Normals returns count of ' +
str(count) +
', should be 12')
', should be 48')


if __name__ == '__main__':
Expand Down

0 comments on commit 470b75e

Please sign in to comment.