Skip to content

Commit

Permalink
test: adapt to changes in API of lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Dec 2, 2024
1 parent ade7ecd commit 0195fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libNOM.test/Helper/CommonTestClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ protected static void TestCommonAnalyzePath(string path, PlatformEnum platformRe
var collection = new PlatformCollection();
var countOrigin = collection.Count();

var platform = collection.AnalyzePath(path, settings, platformPreferred);
var platform = collection.AnalyzePath(path, settings, platformPreferred).FirstOrDefault();
var countResult = collection.Count();

// Assert
Expand Down

0 comments on commit 0195fa4

Please sign in to comment.