Skip to content

Commit 2426436

Browse files
committed
Fix mypy errors and temporarily update python version
1 parent 429bea3 commit 2426436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/session/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def test_read_gbq_cached_table_doesnt_warn_for_anonymous_tables_and_doesnt_inclu
273273
table._properties["numRows"] = "1000000000"
274274
table._properties["location"] = session._location
275275
table._properties["type"] = "TABLE"
276-
session._loader._df_snapshot[table_ref] = (
276+
session._loader._df_snapshot[str(table_ref)] = (
277277
datetime.datetime(1999, 1, 2, 3, 4, 5, 678901, tzinfo=datetime.timezone.utc),
278278
table,
279279
)

0 commit comments

Comments
 (0)