Skip to content

Commit

Permalink
Renaming test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Dec 13, 2017
1 parent fad0c51 commit ad1a87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigtable/tests/unit/test_row_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def test_get_cells_bad_family(self):
expected_arg = row_data._MISSING_COLUMN_FAMILY.format(family_name)
self.assertEqual(exc_info.exception.args, (expected_arg,))

def test_get_cell_bad_column(self):
def test_get_cells_bad_column(self):
from google.cloud.bigtable import row_data

family_name = u'name1'
Expand Down

0 comments on commit ad1a87d

Please sign in to comment.