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

👌 Added various TODO items

This commit is contained in:
2022-10-06 23:35:14 +02:00
parent 6feb8118d9
commit 03cf4ef3e4

View File

@ -33,6 +33,8 @@ public class TestableShell: Shellable {
didReceiveOutput: @escaping (String, ShellStream) -> Void,
withTimeout timeout: TimeInterval
) async throws -> (Process, ShellOutput) {
// TODO: Add delay to track down issues
// TODO: Remove assertion
assert(expectations.keys.contains(command), "No response declared for command: \(command)")
guard let expectation = expectations[command] else {