Skip to content

Commit

Permalink
Fix CWID test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Bell committed Oct 3, 2023
1 parent e172612 commit 33c95eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_FileHelpers_csvLoaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_loadGradescope(self):

multipasses: list[str] = loadedData['multipass'].to_list()
for el in multipasses:
self.assertNotIn(el, "@")
self.assertRegex(str(el), r"^\d+$")

lateness: list[float] = loadedData['hours_late'].to_list()

Expand Down

0 comments on commit 33c95eb

Please sign in to comment.