Skip to content

Commit fd5f24d

Browse files
committed
refactor: fix test_read_gbq_w_primary_keys_table
1 parent ccfd3d5 commit fd5f24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/small/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def test_read_gbq_w_primary_keys_table(
352352
pd.testing.assert_frame_equal(result, sorted_result)
353353

354354
# Verify that we're working from a snapshot rather than a copy of the table.
355-
assert "FOR SYSTEM_TIME AS OF TIMESTAMP" in df.sql
355+
assert "FOR SYSTEM_TIME AS OF" in df.sql
356356

357357

358358
def test_read_gbq_w_primary_keys_table_and_filters(

0 commit comments

Comments
 (0)