chore: Fix builds

This commit is contained in:
oSumAtrIX
2024-02-14 04:23:49 +01:00
parent 13af960de1
commit 0d040dcfd0

View File

@@ -170,14 +170,6 @@ internal object PatchUtilsTest {
patches: PatchSet,
compatiblePackageName: String,
) {
// Test both the deprecated and the new method.
@Suppress("DEPRECATION")
assertEquals(
expected,
PatchUtils.getMostCommonCompatibleVersion(patches, compatiblePackageName),
)
assertEquals(
expected,
PatchUtils.getMostCommonCompatibleVersions(patches, setOf(compatiblePackageName))