From 553567c049c77b07a40f7eda8cb2c8478ae53904 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 7 Jan 2025 15:09:04 +0100 Subject: [PATCH] failing test --- Tests/SentryTests/Protocol/SentryUserFeedbackTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/SentryTests/Protocol/SentryUserFeedbackTests.swift b/Tests/SentryTests/Protocol/SentryUserFeedbackTests.swift index fcbb7d8e3a8..fe886999d9f 100644 --- a/Tests/SentryTests/Protocol/SentryUserFeedbackTests.swift +++ b/Tests/SentryTests/Protocol/SentryUserFeedbackTests.swift @@ -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, "") }