Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkenso committed Jun 5, 2024
1 parent a485bd8 commit 73a8d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion XPC/Tests/SpellbookXPCTests/XPCClientTests.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import SpellbookXPC
import class SpellbookXPC.XPCListener

import SpellbookFoundation
import SpellbookTestUtils
Expand All @@ -8,7 +9,7 @@ class XPCClientTests: XCTestCase {
private typealias Client = XPCClient<TestProtocolXPC, Never, String>

fileprivate static let testVersion = "1.0.2"
private var listener: SpellbookXPC.XPCListener<TestProtocolXPC, Never>!
private var listener: XPCListener<TestProtocolXPC, Never>!
private var client: Client!

override func setUp() {
Expand Down

0 comments on commit 73a8d45

Please sign in to comment.