Mist/MistTests/MistTests.swift
2023-11-19 19:27:13 +11:00

14 lines
196 B
Swift

//
// MistTests.swift
// MistTests
//
// Created by Nindi Gill on 8/12/2022.
//
import XCTest
final class MistTests: XCTestCase {
func test() throws {
XCTAssertTrue(true)
}
}