diff --git a/peekaboo-cli/Tests/peekabooTests/ApplicationFinderTests.swift b/peekaboo-cli/Tests/peekabooTests/ApplicationFinderTests.swift index 0c82983..cf960a0 100644 --- a/peekaboo-cli/Tests/peekabooTests/ApplicationFinderTests.swift +++ b/peekaboo-cli/Tests/peekabooTests/ApplicationFinderTests.swift @@ -57,7 +57,7 @@ final class ApplicationFinderTests: XCTestCase { XCTAssertGreaterThan(apps.count, 0) // Should include Finder - let hasFinder = apps.contains { $0.name == "Finder" } + let hasFinder = apps.contains { $0.app_name == "Finder" } XCTAssertTrue(hasFinder, "Finder should always be running") }