From 9713e5b158870574e4ea5150df1c20164f8c622b Mon Sep 17 00:00:00 2001 From: El-Fitz <8971906+El-Fitz@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:25:15 +0100 Subject: [PATCH] chore: update tests comment --- .../WireIndividualToTeamMigrationTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WireUI/Tests/WireAuthenticationUITests/WireIndividualToTeamMigrationTests.swift b/WireUI/Tests/WireAuthenticationUITests/WireIndividualToTeamMigrationTests.swift index 3d4117d48aa..89f097805dc 100644 --- a/WireUI/Tests/WireAuthenticationUITests/WireIndividualToTeamMigrationTests.swift +++ b/WireUI/Tests/WireAuthenticationUITests/WireIndividualToTeamMigrationTests.swift @@ -21,6 +21,6 @@ import XCTest class WireAuthenticationUITests: XCTestCase { func testExample() throws { - throw XCTSkip("[WPB-XXXXX] Not yet implemented") + throw XCTSkip("[WPB-15229] Not yet implemented") } }