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

♻️ Cleanup

This commit is contained in:
2021-11-29 01:47:40 +01:00
parent d37913005b
commit 967743715b
4 changed files with 11 additions and 26 deletions

View File

@ -23,7 +23,7 @@ class ValetConfigParserTest: XCTestCase {
encoding: .utf8
)
let config = try! JSONDecoder().decode(
ValetConfiguration.self,
Valet.Configuration.self,
from: json!.data(using: .utf8)!
)