Skip to content

Commit 3916e74

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

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
@@ -23,7 +23,7 @@ struct DeviceModelDeviceIdentifierTests {
2323

2424
@Test("Initialize from simulator identifier")
2525
func initWithSimulatorIdentifier() {
26-
// Simula el entorno de un simulador
26+
// Simulate the environment of a simulator
2727
let originalEnv = ProcessInfo().environment["SIMULATOR_MODEL_IDENTIFIER"]
2828
setenv("SIMULATOR_MODEL_IDENTIFIER", "iPhone15,4", 1) // iPhone 15
2929

0 commit comments

Comments
 (0)