Fix minor build issues, resulting in the tests now running
[ldk-swift-linux] / LDKSwift / Tests / LDKSwiftTests / LDKSwiftTests.swift
diff --git a/LDKSwift/Tests/LDKSwiftTests/LDKSwiftTests.swift b/LDKSwift/Tests/LDKSwiftTests/LDKSwiftTests.swift
deleted file mode 100644 (file)
index 9d934ab..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-import XCTest
-@testable import LDKSwift
-@testable import LDKCHeaders
-
-final class LDKSwiftTests: 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(check_get_ldk_version(), "Hello, World!")
-       }
-}