Skip to content

Commit 470b75e

Browse files
committed
Fix test
1 parent 98ad311 commit 470b75e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_normals.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ def test_normals(self):
2525
# Count rows
2626
count = data.count()
2727

28-
# Check if count matches 12
28+
# Check if count matches 48
2929
self.assertEqual(
3030
count,
31-
12,
31+
48,
3232
'Normals returns count of ' +
3333
str(count) +
34-
', should be 12')
34+
', should be 48')
3535

3636

3737
if __name__ == '__main__':

0 commit comments

Comments
 (0)