byronellis commented on code in PR #5:
URL: https://github.com/apache/beam-swift/pull/5#discussion_r2226576095
##########
Tests/ApacheBeamTests/Pipeline/FileIOTests.swift:
##########
@@ -24,15 +24,19 @@
//
import ApacheBeam
import Logging
-import XCTest
+import Testing
+import Foundation
-final class FileIOTests: XCTestCase {
- override func setUpWithError() throws {}
-
- override func tearDownWithError() throws {}
+final class FileIOTests {
+// let containers: TestContainers
Review Comment:
I should actually remove this entirely now that I have a self-contained
equivalent. The follow on to this work will involve a large refactor of the
remote file access anyway
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]