Fix test target build after split test sync
This commit is contained in:
parent
34a5f71bde
commit
e99bc40285
6 changed files with 48 additions and 48 deletions
|
|
@ -7,6 +7,7 @@ import AppKit
|
|||
@testable import cmux
|
||||
#endif
|
||||
|
||||
@MainActor
|
||||
final class WorkspaceManualUnreadTests: XCTestCase {
|
||||
func testShouldClearManualUnreadWhenFocusMovesToDifferentPanel() {
|
||||
let previousFocusedPanelId = UUID()
|
||||
|
|
@ -281,7 +282,7 @@ final class CommandPaletteSwitcherSearchIndexerTests: XCTestCase {
|
|||
XCTAssertFalse(keywords.contains("cmd-palette-indexing"))
|
||||
}
|
||||
|
||||
func testSurfaceDetailOutranksWorkspaceDetailForPathToken() {
|
||||
func testSurfaceDetailOutranksWorkspaceDetailForPathToken() throws {
|
||||
let metadata = CommandPaletteSwitcherSearchMetadata(
|
||||
directories: ["/tmp/worktrees/cmux"],
|
||||
branches: ["feature/cmd-palette"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue