Skip to content

Commit

Permalink
Update test assert value
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Jan 16, 2018
1 parent a76661c commit 148d015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UnitTests/GlobalConfigurationProductionTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class GlobalConfigurationProductionTest: XCTestCase {
}

func testUpholdSdkVersionShouldReturnSdkVersion() {
XCTAssertEqual(GlobalConfigurations.UPHOLD_SDK_VERSION, "0.10s.0", "Failed: Wrong URL value.")
XCTAssertEqual(GlobalConfigurations.UPHOLD_SDK_VERSION, "0.11.0", "Failed: Wrong URL value.")
}

}

0 comments on commit 148d015

Please sign in to comment.