mirror of
https://github.com/SideStore/SideStore.git
synced 2026-06-15 13:04:51 +02:00
18 lines
345 B
Swift
18 lines
345 B
Swift
//
|
|
// DataStructuresTests.swift
|
|
// DataStructuresTests
|
|
//
|
|
// Created by Magesh K on 21/02/25.
|
|
// Copyright © 2025 SideStore. All rights reserved.
|
|
//
|
|
|
|
import Testing
|
|
|
|
struct DataStructuresTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|