From 877f862b4a3090b9e244030f271dfbc2ea7ee283 Mon Sep 17 00:00:00 2001 From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:53:09 -0800 Subject: [PATCH] Fix NotificationDockBadgeTests rebase merge syntax --- cmuxTests/CmuxWebViewKeyEquivalentTests.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmuxTests/CmuxWebViewKeyEquivalentTests.swift b/cmuxTests/CmuxWebViewKeyEquivalentTests.swift index 8abc59ed..af087920 100644 --- a/cmuxTests/CmuxWebViewKeyEquivalentTests.swift +++ b/cmuxTests/CmuxWebViewKeyEquivalentTests.swift @@ -5231,6 +5231,8 @@ final class NotificationDockBadgeTests: XCTestCase { XCTAssertEqual(alertSpy.beginSheetModalCallCount, 1) XCTAssertEqual(alertSpy.runModalCallCount, 0) + } + func testNotificationIndexesTrackUnreadCountsByTabAndSurface() { let tabA = UUID() let tabB = UUID()