Skip to content

Commit

Permalink
fix dataFrame() test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Ignition committed Jan 13, 2025
1 parent 0734e6e commit 1046226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/SQLyraTests/PreparedStatementTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ struct PreparedStatementTests {
#expect(contracts == expected)
}

@available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
@Test func dataFrame() throws {
let insert = try db.prepare(Contact.insert)

Expand Down

0 comments on commit 1046226

Please sign in to comment.