1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-09 13:10:24 +01:00

Fix tests

This commit is contained in:
2022-11-02 19:44:36 +01:00
parent ff5fdd82b1
commit f2d5b94831
4 changed files with 33 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ import XCTest
class TestableFileSystemTest: XCTestCase {
override class func setUp() {
override func setUp() async throws {
ActiveFileSystem.useTestable([
"/home/user/bin/foo": .fake(.binary),
"/home/user/docs": .fake(.symlink, "/home/user/documents"),