Skip to content

Commit ca0ccc2

Browse files
committed
Fully qualified EnumTest.One in test due to Travis build failure
1 parent 1b55139 commit ca0ccc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JSONHelperTests/JSONHelperTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class JSONHelperTests: XCTestCase {
180180
func testRawValueEnum() {
181181
var property = EnumTest.Zero
182182
property <-- dummyResponse["int"]
183-
XCTAssertEqual(property, .One, "EnumTest should be equal to .One")
183+
XCTAssertEqual(property, EnumTest.One, "EnumTest should be equal to .One")
184184
}
185185

186186
func testJSONStringParsing() {

0 commit comments

Comments
 (0)