Thanks to visit codestin.com Credit goes to github.com
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 fad0c51 commit ad1a87dCopy full SHA for ad1a87d
bigtable/tests/unit/test_row_data.py
@@ -294,7 +294,7 @@ def test_get_cells_bad_family(self):
294
expected_arg = row_data._MISSING_COLUMN_FAMILY.format(family_name)
295
self.assertEqual(exc_info.exception.args, (expected_arg,))
296
297
- def test_get_cell_bad_column(self):
+ def test_get_cells_bad_column(self):
298
from google.cloud.bigtable import row_data
299
300
family_name = u'name1'
0 commit comments