Skip to content

Commit

Permalink
BUG: Forgot to commit typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed May 18, 2024
1 parent e198970 commit b75cf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
def run_tests():
import faulthandler
faulthandler.enable()
unittest.main(vebosity=2))
unittest.main(verbosity=2)

0 comments on commit b75cf75

Please sign in to comment.