@@ -31,7 +31,7 @@ final class StencilRendererTests: XCTestCase, TestFactories {
31
31
templates. forEach { name, template in
32
32
assertSnapshot ( of: template,
33
33
as: . lines,
34
- named: " \( name) - \( kind. rawValue) -mockCount- \( count) " )
34
+ named: " \( name) - \( kind. rawValue. sanitized ) -mockCount- \( count) " )
35
35
}
36
36
}
37
37
}
@@ -59,7 +59,7 @@ final class StencilRendererTests: XCTestCase, TestFactories {
59
59
templates. forEach { name, template in
60
60
assertSnapshot ( of: template,
61
61
as: . lines,
62
- named: " \( name) - \( kind. rawValue) -mockCount- \( count) " )
62
+ named: " \( name) - \( kind. rawValue. sanitized ) -mockCount- \( count) " )
63
63
}
64
64
}
65
65
}
@@ -92,7 +92,7 @@ final class StencilRendererTests: XCTestCase, TestFactories {
92
92
templates. forEach { name, template in
93
93
assertSnapshot ( of: template,
94
94
as: . lines,
95
- named: " \( name) - \( kind. rawValue) -mockCount- \( count) " )
95
+ named: " \( name) - \( kind. rawValue. sanitized ) -mockCount- \( count) " )
96
96
}
97
97
}
98
98
}
@@ -127,7 +127,7 @@ final class StencilRendererTests: XCTestCase, TestFactories {
127
127
templates. forEach { name, template in
128
128
assertSnapshot ( of: template,
129
129
as: . lines,
130
- named: " \( name) - \( kind. rawValue) -mockCount- \( count) " )
130
+ named: " \( name) - \( kind. rawValue. sanitized ) -mockCount- \( count) " )
131
131
}
132
132
}
133
133
}
0 commit comments