mirror of
https://github.com/otaviocc/Triton.git
synced 2026-01-29 19:54:27 +00:00
8 lines
167 B
Swift
8 lines
167 B
Swift
import XCTest
|
|
@testable import Pastebin
|
|
|
|
final class PastebinTests: XCTestCase {
|
|
|
|
// swiftlint:disable:next empty_xctest_method
|
|
func testExample() throws {}
|
|
}
|