mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
23 lines
525 B
Swift
23 lines
525 B
Swift
//
|
|
// AltTests.swift
|
|
// AltTests
|
|
//
|
|
// Created by Riley Testut on 10/6/22.
|
|
// Copyright © 2022 Riley Testut. All rights reserved.
|
|
//
|
|
|
|
import XCTest
|
|
|
|
final class AltTests: XCTestCase
|
|
{
|
|
override func setUpWithError() throws
|
|
{
|
|
// Put setup code here. This method is called before the invocation of each test method in the class.
|
|
}
|
|
|
|
override func tearDownWithError() throws
|
|
{
|
|
// Put teardown code here. This method is called after the invocation of each test method in the class.
|
|
}
|
|
}
|