Skip to content

Commit 1e8865a

Browse files
committed
[feat]: swift 5 ready
1 parent b3fade3 commit 1e8865a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Tests/ScriptToolkitTests/ScriptToolkitTests.swift

+1-10
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,5 @@ import XCTest
22
@testable import ScriptToolkit
33

44
final class ScriptToolkitTests: XCTestCase {
5-
func testExample() {
6-
// This is an example of a functional test case.
7-
// Use XCTAssert and related functions to verify your tests produce the correct
8-
// results.
9-
XCTAssertEqual(ScriptToolkit().text, "Hello, World!")
10-
}
11-
12-
static var allTests = [
13-
("testExample", testExample),
14-
]
5+
156
}

0 commit comments

Comments
 (0)