Skip to content

Commit

Permalink
(#3502) Update Integration Test for PageSize
Browse files Browse the repository at this point in the history
The integration test for PageSize broke because the message was changed
in #3507. This updated the test to use the new wording.
  • Loading branch information
corbob committed Nov 5, 2024
1 parent 7a50b76 commit 4d7c831
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ public void ShouldOutputWarningAboutThresholdBeingReached()
{
MockLogger.Messages.Should()
.ContainKey(LogLevel.Warn.ToString())
.WhoseValue.Should().ContainSingle(m => m == "The threshold of 2 packages per source has been met. Please refine your search, or specify a page to find any more results.");
.WhoseValue.Should().ContainSingle(m => m == "The threshold of 2 packages, or package versions, per source has been met. Please refine your search, or specify a page number to retrieve more results.");
}

[Fact]
Expand Down

0 comments on commit 4d7c831

Please sign in to comment.