Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad1a87d

Browse files
committed
Renaming test.
1 parent fad0c51 commit ad1a87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigtable/tests/unit/test_row_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def test_get_cells_bad_family(self):
294294
expected_arg = row_data._MISSING_COLUMN_FAMILY.format(family_name)
295295
self.assertEqual(exc_info.exception.args, (expected_arg,))
296296

297-
def test_get_cell_bad_column(self):
297+
def test_get_cells_bad_column(self):
298298
from google.cloud.bigtable import row_data
299299

300300
family_name = u'name1'

0 commit comments

Comments
 (0)