Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants authored Aug 6, 2024
1 parent 7a9efdf commit f4fd94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_ai(
) -> None:
i = ["適当"]
monkeypatch.setattr("builtins.input", lambda _: i.pop())
main(test=["1202021", "hoge"])
main(test=["1165388", "hoge"])
captured = capfd.readouterr()
assert len(captured.out.strip()) > 0
assert not captured.err
Expand Down

0 comments on commit f4fd94b

Please sign in to comment.