Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Greer committed Nov 11, 2024
1 parent 3ae0d6a commit 2413ab2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit-tests/UserMergeScenariosTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ class UserMergeScenariosTests: XCTestCase, AuthProvider {
XCTFail("Expected events to be logged but found nil")
}

waitForDuration(seconds: 1)

IterableAPI.setUserId("testuser123")
if let userId = IterableAPI.userId {
XCTAssertEqual(userId, "testuser123", "Expected userId to be 'testuser123'")
Expand Down

0 comments on commit 2413ab2

Please sign in to comment.