1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02:00

🔀 Merge branch 'dev/5.8' into dev/6.0

This commit is contained in:
2023-02-27 19:13:12 +01:00
7 changed files with 28 additions and 15 deletions

View File

@ -49,5 +49,4 @@ class CaskFileParserTest: XCTestCase {
XCTAssertTrue(caskFile.properties.keys.contains("url"))
XCTAssertTrue(caskFile.properties.keys.contains("appcast"))
}
}

View File

@ -72,5 +72,4 @@ class AppVersionTest: XCTestCase {
// Build is older
XCTAssertFalse(AppVersion.from("5.0_101")! > AppVersion.from("5.0_102")!)
}
}