We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7942d commit 32cec25Copy full SHA for 32cec25
1 file changed
bigtable/unit_tests/test_row_data.py
@@ -416,6 +416,7 @@ def test_invalid_empty_chunk(self):
416
with self.assertRaises(InvalidChunk):
417
prd.consume_next()
418
419
+
420
class TestPartialRowsData_JSON_acceptance_tests(unittest.TestCase):
421
422
_json_tests = None
0 commit comments