Skip to content

Commit aeb4024

Browse files
committed
fix a typo
1 parent ec4c207 commit aeb4024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pytest-selfie/pytest_selfie/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __nullable_to_string(self, value, on_null: str) -> str:
5656
def __comparison_assertion(
5757
self, message: str, expected: str, actual: str
5858
) -> Exception:
59-
# this *should* through an exception that a good pytest runner will show nicely
59+
# this *should* throw an exception that a good pytest runner will show nicely
6060
assert expected == actual, message
6161
# but in case it doesn't, we'll create our own here
6262
return AssertionError(message)

0 commit comments

Comments
 (0)