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

Fix tests

This commit is contained in:
2022-03-25 23:55:41 +01:00
parent a300d2f4cf
commit 78d8030ed6
2 changed files with 11 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class ValetVersionExtractorTest: XCTestCase {
func testDetermineValetVersion() {
let version = valet("--version", sudo: false)
XCTAssert(version.contains("Laravel Valet"))
XCTAssert(version.contains("Laravel Valet 2") || version.contains("Laravel Valet 3"))
}
}