9d934ab92a4f8a31ecac6ae70f09be49ae824b46
[ldk-swift-linux] / LDKSwift / Tests / LDKSwiftTests / LDKSwiftTests.swift
1 import XCTest
2 @testable import LDKSwift
3 @testable import LDKCHeaders
4
5 final class LDKSwiftTests: XCTestCase {
6         func testExample() {
7                 // This is an example of a functional test case.
8                 // Use XCTAssert and related functions to verify your tests produce the correct
9                 // results.
10                 XCTAssertEqual(check_get_ldk_version(), "Hello, World!")
11         }
12 }