Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Jul 30, 2016
1 parent b340ad4 commit a3ec094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R.swiftTests/MainTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MainTests: XCTestCase {
// Use XCTAssert and related functions to verify your tests produce the correct results.

swiftNameData.forEach {
let sanitizedResult = SwiftIdentifier(name: $0.0, lowercaseFirstCharacter: true)
let sanitizedResult = SwiftIdentifier(name: $0.0, lowercaseFirstCharacter: true).description
XCTAssertEqual(sanitizedResult, $0.1)
}
}
Expand Down

0 comments on commit a3ec094

Please sign in to comment.