Skip to content

Commit

Permalink
fixing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman committed Oct 31, 2023
1 parent 221c527 commit 4848253
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Tracking/CustomerIOImplementationTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ class CustomerIOImplementationTest: UnitTest {

func test_registeredDeviceToken_givenDeviceTokenAlreadySaved_expectToken() {
let givenDeviceToken = String.random
profileStoreMock.identifier = nil
customerIO.registerDeviceToken(givenDeviceToken)

XCTAssertEqual(customerIO.registeredDeviceToken, givenDeviceToken)
Expand Down

0 comments on commit 4848253

Please sign in to comment.