Skip to content

Commit

Permalink
test: fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-haripriyan committed Aug 21, 2023
1 parent 47274a9 commit 323ea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChargebeeTests/UnitTests/AuthenticationTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class AuthenticationTest: XCTestCase {
}

func testEnvironmentValues() {
XCTAssertEqual(CBEnvironment.site, "test1")
XCTAssertEqual(CBEnvironment.site, "test")
XCTAssertEqual(CBEnvironment.baseUrl, "https://test.chargebee.com/api")
XCTAssertEqual(CBEnvironment.apiKey, "12345")
XCTAssertEqual(CBEnvironment.sdkKey, "6789")
Expand Down

0 comments on commit 323ea8b

Please sign in to comment.