Skip to content

Commit a3ec094

Browse files
committed
Fix broken test
1 parent b340ad4 commit a3ec094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R.swiftTests/MainTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class MainTests: XCTestCase {
4141
// Use XCTAssert and related functions to verify your tests produce the correct results.
4242

4343
swiftNameData.forEach {
44-
let sanitizedResult = SwiftIdentifier(name: $0.0, lowercaseFirstCharacter: true)
44+
let sanitizedResult = SwiftIdentifier(name: $0.0, lowercaseFirstCharacter: true).description
4545
XCTAssertEqual(sanitizedResult, $0.1)
4646
}
4747
}

0 commit comments

Comments
 (0)