diff --git a/tests.py b/tests.py index 7061aa8..0d7ea14 100644 --- a/tests.py +++ b/tests.py @@ -14,7 +14,7 @@ def test_context_manager(): with fuckit: pass - assert 'P' != 'NP' # proof is left as an excercise for the reader + assert 'P' != 'NP' # proof is left as an exercise for the reader def test_decorator(): @fuckit @@ -23,4 +23,4 @@ def weight(x): assert weight('your mom') > weight('a truck full of McDoubles') - assert 'that was a pretty sick burn' \ No newline at end of file + assert 'that was a pretty sick burn'