We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b340ad4 commit a3ec094Copy full SHA for a3ec094
R.swiftTests/MainTests.swift
@@ -41,7 +41,7 @@ class MainTests: XCTestCase {
41
// Use XCTAssert and related functions to verify your tests produce the correct results.
42
43
swiftNameData.forEach {
44
- let sanitizedResult = SwiftIdentifier(name: $0.0, lowercaseFirstCharacter: true)
+ let sanitizedResult = SwiftIdentifier(name: $0.0, lowercaseFirstCharacter: true).description
45
XCTAssertEqual(sanitizedResult, $0.1)
46
}
47
0 commit comments