mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-13 22:54:52 -04:00
15 lines
197 B
Swift
15 lines
197 B
Swift
//
|
|
// MistTests.swift
|
|
// MistTests
|
|
//
|
|
// Created by Nindi Gill on 8/12/2022.
|
|
//
|
|
|
|
import XCTest
|
|
|
|
final class MistTests: XCTestCase {
|
|
|
|
func test() throws {
|
|
XCTAssertTrue(true)
|
|
}
|
|
}
|