Skip to content

Commit e6971e1

Browse files
author
Jon Wayne Parrott
committed
Update to latest bigquery
Change-Id: Ice67b76ff89f83c289ffefb6a5981166a0b71fcc
1 parent f678bbc commit e6971e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-bigquery==0.21.0
1+
google-cloud-bigquery==0.22.0

bigquery/cloud-client/simple_app_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
def test_query_shakespeare(capsys):
1919
simple_app.query_shakespeare()
2020
out, _ = capsys.readouterr()
21-
assert 'Hamlet' in out
21+
assert 'hamlet' in out

0 commit comments

Comments
 (0)