Skip to content

Commit

Permalink
継承の修正漏
Browse files Browse the repository at this point in the history
  • Loading branch information
fono09 committed Mar 5, 2022
1 parent 9114cbc commit a919021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/omikuji.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class OmikujiResult:
message: str
def test(self):
assert type(key).name == 'OmikujiResults'
assert isinstance(key, AbstractOmikujiResults)
assert rate < 1
assert message != ''
Expand Down

0 comments on commit a919021

Please sign in to comment.