Skip to content

Commit

Permalink
#13 test passing locally, not in CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
mgroves committed Sep 15, 2023
1 parent 9370a38 commit 3e918d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public async Task Cleanup()
public async Task Results_with_no_filters_no_authenticated_user()
{
// arrange - create articles so there's at least 20 in the db
for (var i = 0; i < 20; i++)
for (var i = 0; i < 25; i++)
{
var article = await _articleCollectionProvider.CreateArticleInDatabase();
_keysToCleanup.Add(article.ArticleKey);
Expand Down

0 comments on commit 3e918d6

Please sign in to comment.