Skip to content

Commit 95bbb1b

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3916e74 commit 95bbb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DeviceIdentificatorTests/DeviceModelDeviceIdentifierTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct DeviceModelDeviceIdentifierTests {
3131
let expectedModel = DeviceModel.simulator(.iPhone(.iPhone15), arch: "arm64")
3232
#expect(simulatorDevice == expectedModel)
3333

34-
// Limpia la variable de entorno
34+
// Clean up environment variable
3535
if let originalEnv {
3636
setenv("SIMULATOR_MODEL_IDENTIFIER", originalEnv, 1)
3737
} else {

0 commit comments

Comments
 (0)