Skip to content

Commit d49b2d1

Browse files
committed
fixes
1 parent 65ddb5c commit d49b2d1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

hypothesis-python/tests/watchdog/test_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_database_listener_directory():
6464
stateful_step_count=10,
6565
# expensive runtime makes shrinking take forever
6666
phases=set(Phase) - {Phase.shrink},
67-
deadline=False
67+
deadline=None,
6868
),
6969
)
7070

website/theme/templates/article-card.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
</div>
2424

2525
<div class="article-card__content">
26-
<div class="article-card__summary">
27-
{{ article.summary }}
28-
</div>
26+
{{ article.summary }}
2927
</div>
3028

3129
</div>

0 commit comments

Comments
 (0)