Skip to content

Commit bd7a193

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DeviceIdentificatorTests/DeviceModelArchitectureTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ struct DeviceModelArchitectureTests {
6565
.appleS10: "arm64e"
6666
]
6767

68-
// Itera sobre todos los casos de DeviceModel para verificar su arquitectura.
68+
// Iterate over all DeviceModel cases to verify their architecture.
6969
for model in DeviceModel.allCases {
7070
let calculatedArchitecture = model.architecture
7171
var expectedArchitecture: String?

0 commit comments

Comments
 (0)