Skip to content

Commit 1130bc6

Browse files
Fix tests
1 parent 445f42a commit 1130bc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CSharpInteractive.Tests/UsageScenarios/DotNetPackageSearchScenario.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void Run()
3838
new JsonSerializerOptions { PropertyNameCaseInsensitive = true });
3939

4040
result.ShouldNotBeNull();
41-
result.SearchResult.SelectMany(i => i.Packages).Count(i => i.Id == "Pure.DI").ShouldBe(1);
41+
result.SearchResult.SelectMany(i => i.Packages).Count(i => i.Id == "Pure.DI").ShouldBeGreaterThan(0);
4242
// }
4343
}
4444

0 commit comments

Comments
 (0)