Mist/MistTests/MistTests.swift

16 lines
197 B
Swift
Raw Normal View History

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