Skip to content

Commit

Permalink
Fix typo - make UIWindowSpy.makeKeyAndVisible increment the count
Browse files Browse the repository at this point in the history
  • Loading branch information
caiozullo committed Mar 20, 2024
1 parent 35f80b9 commit 72c4c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EssentialApp/EssentialAppTests/SceneDelegateTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SceneDelegateTests: XCTestCase {
var makeKeyAndVisibleCallCount = 0

override func makeKeyAndVisible() {
makeKeyAndVisibleCallCount = 1
makeKeyAndVisibleCallCount += 1
}
}

Expand Down

0 comments on commit 72c4c99

Please sign in to comment.