Skip to content

Commit 9caa7ae

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8f67b98 commit 9caa7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DeviceIdentificatorTests/AdditionalCoverageTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class AdditionalCoverageTests: XCTestCase {
5353
}
5454

5555
func test_init_with_simulator_identifier() {
56-
// Simula el entorno de un simulador
56+
// Simulates simulator environment
5757
let originalEnv = ProcessInfo().environment["SIMULATOR_MODEL_IDENTIFIER"]
5858
setenv("SIMULATOR_MODEL_IDENTIFIER", "iPhone15,4", 1) // iPhone 15
5959

0 commit comments

Comments
 (0)