Skip to content

Commit

Permalink
Fixed test build
Browse files Browse the repository at this point in the history
  • Loading branch information
dagronf committed May 11, 2024
1 parent 6769673 commit ec8674a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Tests/AppKitFocusOverlayTests/AppKitFocusOverlayTests.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import XCTest
@testable import AppKitFocusPathDisplay
@testable import AppKitFocusOverlay

final class AppKitFocusPathDisplayTests: XCTestCase {
func testExample() throws {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(AppKitFocusPathDisplay().text, "Hello, World!")
}
final class AppKitFocusOverlayTests: XCTestCase {
func testExample() throws {

}
}

0 comments on commit ec8674a

Please sign in to comment.