File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -739,13 +739,13 @@ def test_query_with_parameters(self):
739
739
]
740
740
}
741
741
}
742
- # Test that a query that relies on parameters fails
742
+ # Test that a query that relies on parameters fails
743
743
# when parameters are not supplied via configuration
744
744
with tm .assertRaises (ValueError ):
745
745
gbq .read_gbq (sql_statement , project_id = _get_project_id (),
746
746
private_key = _get_private_key_path ())
747
747
748
- # Test that the query is successful because we have supplied
748
+ # Test that the query is successful because we have supplied
749
749
# the correct query parameters via the 'config' option
750
750
df = gbq .read_gbq (sql_statement , project_id = _get_project_id (),
751
751
private_key = _get_private_key_path (),
@@ -761,7 +761,7 @@ def test_query_inside_configuration(self):
761
761
"useQueryCache" : False ,
762
762
}
763
763
}
764
- # Test that it can't pass query both
764
+ # Test that it can't pass query both
765
765
# inside config and as parameter
766
766
with tm .assertRaises (ValueError ):
767
767
gbq .read_gbq (query_no_use , project_id = _get_project_id (),
You can’t perform that action at this time.
0 commit comments