Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed Jan 11, 2021
1 parent 41c21a9 commit 84109ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/SentryTests/Protocol/SentryUserTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,14 @@ class SentryUserTests: XCTestCase {

// Simulate some real world modifications of the user

user.userId = "\(i)"

// Trigger is equal
XCTAssertNotEqual(user, TestData.user)
user.isEqual(to: TestData.user)
user.serialize()

user.serialize()

user.userId = "\(i)"
user.email = "john@example.com"
user.username = "\(i)"
user.ipAddress = "\(i)"
Expand Down

0 comments on commit 84109ce

Please # to comment.