Skip to content

Commit

Permalink
Fix assertion to comply with last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
extremepayne committed Apr 19, 2019
1 parent a8523f2 commit d0c2671
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test_gen_ascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
i += 1

assert gen_ascii.generate_char(0, "r", CHARS) == " "
assert gen_ascii.generate_char(3, "r", CHARS) == "`"
assert gen_ascii.generate_char(3, "l", CHARS) == "`"
assert gen_ascii.generate_char(21, "r", CHARS) in (
"a",
"n",
Expand All @@ -25,7 +23,5 @@
"z",
"*",
)
assert gen_ascii.generate_char(5, "l", CHARS) == "'"
assert gen_ascii.generate_char(10, "r", CHARS) in ("!", "~", "<", ">", "_")
assert gen_ascii.generate_char(32, "l", CHARS) == "H"
assert gen_ascii.generate_char(34, "l", CHARS) == "@"

0 comments on commit d0c2671

Please sign in to comment.