Skip to content

Commit 74ecdb5

Browse files
committed
Update FatalErrorTestValueImplementationMacroTests.swift
1 parent bea94f9 commit 74ecdb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tests/FatalErrorTestValueImplementationMacroTests/FatalErrorTestValueImplementationMacroTests.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ extension FatalErrorTestValueImplementationMacroTests {
105105
macros: testMacros
106106
)
107107
#else
108-
throw XCTSkip("Macros are only supported when running tests for the host platform")
108+
throw XCTSkip("macros are only supported when running tests for the host platform")
109109
#endif
110110
}
111111

@@ -137,7 +137,7 @@ extension FatalErrorTestValueImplementationMacroTests {
137137
macros: testMacros
138138
)
139139
#else
140-
throw XCTSkip("Macros are only supported when running tests for the host platform")
140+
throw XCTSkip("macros are only supported when running tests for the host platform")
141141
#endif
142142
}
143143

@@ -270,7 +270,7 @@ extension FatalErrorTestValueImplementationMacroTests {
270270
macros: testMacros
271271
)
272272
#else
273-
throw XCTSkip("Macros are only supported when running tests for the host platform")
273+
throw XCTSkip("macros are only supported when running tests for the host platform")
274274
#endif
275275
}
276276

@@ -296,7 +296,7 @@ extension FatalErrorTestValueImplementationMacroTests {
296296
macros: testMacros
297297
)
298298
#else
299-
throw XCTSkip("Macros are only supported when running tests for the host platform")
299+
throw XCTSkip("macros are only supported when running tests for the host platform")
300300
#endif
301301
}
302302

@@ -327,7 +327,7 @@ extension FatalErrorTestValueImplementationMacroTests {
327327
macros: testMacros
328328
)
329329
#else
330-
throw XCTSkip("Macros are only supported when running tests for the host platform")
330+
throw XCTSkip("macros are only supported when running tests for the host platform")
331331
#endif
332332
}
333333

0 commit comments

Comments
 (0)