//
// I2CTests.swift
// I2CTests
//
// Created by nsrddyn on 09/11/2024.
//
import Testing
@testable import I2C
struct I2CTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}