Skip to content

Commit ac32a71

Browse files
committed
Update test_home.py
1 parent 6b87c23 commit ac32a71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/home/test_home.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_home_page_sorting_by_views(self, page, flask_server, db_path):
4646
title=high_title,
4747
content=f"Content for high views {seed}",
4848
abstract=f"Abstract for high views {seed}. " + "A" * 160,
49-
views=999999,
49+
views=9999999,
5050
)
5151

5252
page.goto(

0 commit comments

Comments
 (0)