mirror of
https://github.com/otaviocc/Triton.git
synced 2026-01-30 04:04:27 +00:00
7 lines
117 B
Swift
7 lines
117 B
Swift
import XCTest
|
|
@testable import Pastebin
|
|
|
|
final class PastebinTests: XCTestCase {
|
|
|
|
func testExample() throws {}
|
|
}
|