Skip to content

Commit

Permalink
Run black format
Browse files Browse the repository at this point in the history
  • Loading branch information
alankan886 committed Jun 23, 2024
1 parent 944bb9a commit d117007
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/test_sm_two.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,16 @@ def test_first_review_given_date(
(0, 2.3, 12, 3, 1.5, 1, 0, str(MOCK_TODAY + timedelta(days=1))),
(1, 2.3, 12, 3, 1.7599999999999998, 1, 0, str(MOCK_TODAY + timedelta(days=1))),
(2, 2.3, 12, 3, 1.9799999999999998, 1, 0, str(MOCK_TODAY + timedelta(days=1))),
(3, 2.3, 12, 3, 2.1599999999999997, 28, 4, str(MOCK_TODAY + timedelta(days=28))),
(
3,
2.3,
12,
3,
2.1599999999999997,
28,
4,
str(MOCK_TODAY + timedelta(days=28)),
),
(4, 2.3, 12, 3, 2.3, 28, 4, str(MOCK_TODAY + timedelta(days=28))),
(5, 2.3, 12, 3, 2.4, 28, 4, str(MOCK_TODAY + timedelta(days=28))),
],
Expand Down

0 comments on commit d117007

Please sign in to comment.