ZcashLightClientKit/Example/ZcashLightClientSample/ZcashLightClientSampleTests/ZcashLightClientSampleTests...

19 lines
458 B
Swift
Raw Normal View History

2019-09-09 08:30:38 -07:00
//
// ZcashLightClientSampleTests.swift
// ZcashLightClientSampleTests
//
// Created by Francisco Gindre on 3/3/22.
// Copyright © 2022 Electric Coin Company. All rights reserved.
2019-09-09 08:30:38 -07:00
//
2019-09-09 08:30:38 -07:00
import XCTest
@testable import ZcashLightClientKit
2019-09-09 08:30:38 -07:00
@testable import ZcashLightClientSample
// this test exists only for travis ci to build the demo app
2019-09-09 08:30:38 -07:00
class ZcashLightClientSampleTests: XCTestCase {
func testExample() throws {
XCTAssertTrue(true)
2019-09-09 08:30:38 -07:00
}
}