Fix tests
This commit is contained in:
parent
51208f43b3
commit
d7c66a7598
1 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ FEED = feed.Feed(
|
|||
inserted_at=(REF_TIME * 1000) + index,
|
||||
title=f"Entry {index}",
|
||||
link=f"http://example.com/test/a{index}",
|
||||
posted_at=(REF_TIME * 1000) + index,
|
||||
)
|
||||
for index in range(100, 0, -1)
|
||||
],
|
||||
|
|
@ -121,6 +122,7 @@ OTHER_FEED = feed.Feed(
|
|||
inserted_at=(REF_TIME * 1000) + index,
|
||||
title=f"Entry {index}",
|
||||
link=f"http://example.com/other/a{index}",
|
||||
posted_at=(REF_TIME * 1000) + index,
|
||||
)
|
||||
for index in range(100, 0, -1)
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue