Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Sep 21, 2019
1 parent 2834608 commit 30dd9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ValetIntegrationTests/ValetIntegrationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func testEnvironmentIsSigned() -> Bool {
if let simulatorVersionInfo = ProcessInfo.processInfo.environment["SIMULATOR_VERSION_INFO"],
simulatorVersionInfo.contains("iOS 13") || simulatorVersionInfo.contains("tvOS 13")
{
// Xcode 11's simulator does not support code-signing in a unit-test environment.
// Xcode 11's simulator does not support code-signing.
return false
} else {
return true
Expand Down

0 comments on commit 30dd9e2

Please sign in to comment.