Skip to content

Commit ee098b3

Browse files
committed
move endif
1 parent 6ab85b9 commit ee098b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SparkConnectTests/DataFrameTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ struct DataFrameTests {
193193
try await spark.sql("DROP TABLE IF EXISTS t").show()
194194
await spark.stop()
195195
}
196-
#endif
197196

198197
@Test
199198
func cache() async throws {
@@ -227,4 +226,5 @@ struct DataFrameTests {
227226
#expect(try await df.unpersist().count() == 30)
228227
await spark.stop()
229228
}
229+
#endif
230230
}

0 commit comments

Comments
 (0)