Skip to content

Commit

Permalink
Fixes linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsprint09 committed Nov 9, 2016
1 parent 7857454 commit a58967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBNetworkStackTests/ResourceTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ResourceTest: XCTestCase {

//Then
XCTAssertNotNil(name)
XCTAssertEqual(name!!, "ICE")
XCTAssertEqual(name ?? nil, "ICE")
}

func testResourceWithInvalidData() {
Expand Down

0 comments on commit a58967d

Please sign in to comment.