Mist/MistTests/MistTests.swift
2022-12-08 14:30:00 +11:00

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)
}
}