Skip to content
Snippets Groups Projects
Commit 91c701a9 authored by ulif's avatar ulif
Browse files

Make patch test work.

parent 11f0bf3e
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ class TestRealDiceRandomSource(object):
# This test is just a hint, how input could be faked in real tests.
# It can (and should) be removed if not needed any more.
self.fake_input_values(["foo", "bar"], monkeypatch)
dice_src = RealDiceRandomSource()
dice_src = RealDiceRandomSource(None)
result1 = dice_src.get_input()
assert result1 == "foo"
result2 = dice_src.get_input()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment