File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ struct DataFrameTests {
8181 await spark. stop ( )
8282 }
8383
84- @available ( macOS 15 . 0 , * )
84+ @available ( macOS 15 , iOS 18 , * )
8585 @Test
8686 func show( ) async throws {
8787 let spark = try await SparkSession . builder. getOrCreate ( )
@@ -92,7 +92,7 @@ struct DataFrameTests {
9292 await spark. stop ( )
9393 }
9494
95- @available ( macOS 15 . 0 , * )
95+ @available ( macOS 15 , iOS 18 , * )
9696 @Test
9797 func showNull( ) async throws {
9898 let spark = try await SparkSession . builder. getOrCreate ( )
@@ -102,7 +102,7 @@ struct DataFrameTests {
102102 await spark. stop ( )
103103 }
104104
105- @available ( macOS 15 . 0 , * )
105+ @available ( macOS 15 , iOS 18 , * )
106106 @Test
107107 func showCommand( ) async throws {
108108 let spark = try await SparkSession . builder. getOrCreate ( )
You can’t perform that action at this time.
0 commit comments