Skip to content

Commit

Permalink
Fix DatabaseRegion tests for tvOS 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Apr 8, 2021
1 parent 7f06097 commit 73c6773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/GRDBTests/DatabaseRegionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class DatabaseRegionTests : GRDBTestCase {
}

func testSelectStatement_rowid() throws {
guard #available(iOS 11, *) else {
guard #available(iOS 11, *, tvOS 11) else {
// iOS 10.3.1 is not testable on Big Sur :-(
// This test breaks on iOS 10.3.1, with no known bad consequence.
// However this test is useful as a reminder of the behavior of
Expand Down

0 comments on commit 73c6773

Please sign in to comment.