Skip to content

Commit

Permalink
removed the spm test
Browse files Browse the repository at this point in the history
  • Loading branch information
kvyatkovskys committed Dec 26, 2021
1 parent ad38ef9 commit dae50a0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Tests/KVKCalendarTests/KVKCalendarTests.swift
Original file line number Diff line number Diff line change
@@ -1,15 +1,2 @@
import XCTest
@testable import KVKCalendar

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

static var allTests = [
("testExample", testExample),
]
}

0 comments on commit dae50a0

Please sign in to comment.