From 1153d2fc991e768eca61fe08dbcc3de6dbd41f83 Mon Sep 17 00:00:00 2001 From: Stephanie <127455800+stechiu@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:23:20 -0800 Subject: [PATCH] Update UnitTests/BraintreeShopperInsightsTests/BTShopperInsightsClient_Tests.swift Co-authored-by: Jax DesMarais-Leder --- .../BTShopperInsightsClient_Tests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/BraintreeShopperInsightsTests/BTShopperInsightsClient_Tests.swift b/UnitTests/BraintreeShopperInsightsTests/BTShopperInsightsClient_Tests.swift index a77190fa6..47806902f 100644 --- a/UnitTests/BraintreeShopperInsightsTests/BTShopperInsightsClient_Tests.swift +++ b/UnitTests/BraintreeShopperInsightsTests/BTShopperInsightsClient_Tests.swift @@ -228,7 +228,7 @@ class BTShopperInsightsClient_Tests: XCTestCase { XCTAssertEqual(mockAPIClient.postedAnalyticsEvents.first, "shopper-insights:venmo-selected") } - func testShopperInsightsClient_withSessionID_setSessionIdInMetadata() { + func testShopperInsightsClient_withSessionID_setSessionIDInMetadata() { sut = BTShopperInsightsClient(apiClient: mockAPIClient, shopperSessionID: "123456") XCTAssertEqual(mockAPIClient.metadata.sessionID, "123456") }