Skip to content

Commit

Permalink
Add tests as if my previous commit message hadn't existed
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda committed May 19, 2024
1 parent bc476bc commit 4c5834c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def test_get_cell(self):
)
with self.assertRaises(ValueError):
stk.get_cell(np.arange(4))
with self.assertRaises(ValueError):
stk.get_cell(np.ones((4, 3)))


if __name__ == "__main__":
Expand Down

0 comments on commit 4c5834c

Please sign in to comment.