mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-09 13:10:24 +01:00
✅ Fix tests
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user