Skip to content

Commit 188ef05

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a148cb6 commit 188ef05

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
@@ -65,7 +65,7 @@ class AdditionalCoverageTests: XCTestCase {
6565
XCTAssertTrue(simulatorDevice.isSimulator)
6666
XCTAssertTrue(simulatorDevice.isIphone)
6767

68-
// Limpia la variable de entorno
68+
// Clean up environment variable
6969
if let originalEnv = originalEnv {
7070
setenv("SIMULATOR_MODEL_IDENTIFIER", originalEnv, 1)
7171
} else {

0 commit comments

Comments
 (0)