Skip to content

Commit

Permalink
Update tap2junit/tap13.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
fmartinsons and cclauss authored May 12, 2021
1 parent fe59719 commit fc59623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap2junit/tap13.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _parse(self, source):
# It is an error if version is anything below 13 (so not an int is an error)
v = int(m.groupdict()["version"])
if v < 13:
raise ValueError("Version specified is lesser than 13")
raise ValueError("Version specified is less than 13")
else:
# No version, so it is 12: https://testanything.org/tap-specification.html
version12 = True
Expand Down

0 comments on commit fc59623

Please sign in to comment.