Skip to content

Commit

Permalink
add 2 brank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuji-hashimoto0110 authored and ryuji-hashimoto0110 committed Apr 7, 2024
1 parent 14dc590 commit fe17ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/pams/logs/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def test__init__(self) -> None:
assert log.price is None
assert log.ttl is None


class TestExpirationLog:
def test__init__(self) -> None:
log = ExpirationLog(
Expand Down Expand Up @@ -186,6 +187,7 @@ def test__init__(self) -> None:
assert log.price is None
assert log.ttl is None


class TestExecutionLog:
def test___init__(self) -> None:
log = ExecutionLog(
Expand Down

0 comments on commit fe17ea3

Please sign in to comment.