Skip to content

Commit b43faea

Browse files
chore(repo): fix test
1 parent e12d1f4 commit b43faea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Explore.Cli.Tests/PostmanCollectionMappingHelperTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public void ProcessNestedCollections_ShouldParseDescriptions()
173173
// Assert
174174
Assert.NotNull(result);
175175
Assert.IsType<List<StagedAPI>>(result);
176-
Assert.Single(result.Count);
176+
Assert.Single(result);
177177
}
178178

179179
[Fact]

0 commit comments

Comments
 (0)