Skip to content

Commit

Permalink
AllRegistries TestCaseSource
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaina committed Dec 11, 2024
1 parent 7ec1828 commit 23d2e81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/UnityNuGet.Tests/RegistryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,7 @@ public async Task Ensure_Min_Version_Is_Correct_Ignoring_Analyzers_And_Native_Li
logger, CancellationToken.None);

bool hasNativeLib = await NativeLibraries.GetSupportedNativeLibsAsync(downloadResult.PackageReader, logger).AnyAsync();

if (!hasNativeLib)
Assert.Fail(packageId);
Assert.That(hasNativeLib,packageId);
}
}
}
Expand Down

0 comments on commit 23d2e81

Please sign in to comment.