lostluck commented on code in PR #5: URL: https://github.com/apache/beam-swift/pull/5#discussion_r2226131344
########## 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: Either clean up the commented out bits, or add comments justifying keeping them. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org