Skip to content

Commit

Permalink
failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed Jan 7, 2025
1 parent d84e80a commit 553567c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SentryTests/Protocol/SentryUserFeedbackTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SentryUserFeedbackTests: XCTestCase {

let actual = userFeedback.serialize()

XCTAssertEqual(actual["comments"] as? String, "")
XCTAssertEqual(actual["comments"] as? String, "fail")
XCTAssertEqual(actual["email"] as? String, "")
XCTAssertEqual(actual["name"] as? String, "")
}
Expand Down

0 comments on commit 553567c

Please sign in to comment.