We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f154059 commit 11a2e35Copy full SHA for 11a2e35
bigquery/unit_tests/test__helpers.py
@@ -556,6 +556,7 @@ def test_w_non_bytes(self):
556
557
def test_w_bytes(self):
558
import base64
559
+
560
source = b'source'
561
expected = base64.encodestring(source)
562
self.assertEqual(self._call_fut(source), expected)
bigquery/unit_tests/test_table.py
@@ -1536,6 +1536,7 @@ def test_upload_from_file_multipart_w_400(self):
1536
from google.cloud._testing import _NamedTemporaryFile
1537
from google.cloud._helpers import UTC
1538
from google.cloud.exceptions import BadRequest
1539
1540
WHEN_TS = 1437767599.006
1541
WHEN = datetime.datetime.utcfromtimestamp(WHEN_TS).replace(
1542
tzinfo=UTC)
0 commit comments