Skip to content

Commit

Permalink
Error message test nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Aug 6, 2021
1 parent 37bb574 commit d08bccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ark/mibi/tiling_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_read_tiling_param(monkeypatch):
# simulate the input sequence for
sample_tiling_param = tiling_utils.read_tiling_param(
"Sample prompt: ",
"Sample error message: ",
"Sample error message",
lambda x: x == 1,
dtype=int
)
Expand All @@ -40,7 +40,7 @@ def test_read_tiling_param(monkeypatch):
# simulate the input sequence for
sample_tiling_param = tiling_utils.read_tiling_param(
"Sample prompt: ",
"Sample error message: ",
"Sample error message",
lambda x: x == 'Y',
dtype=str
)
Expand Down

0 comments on commit d08bccd

Please sign in to comment.