Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Fixed test function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Giesler committed Aug 21, 2014
1 parent 3afc8f5 commit a2454d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go_http/tests/test_contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def test_create_group_with_key(self):
}
self.assert_http_error(400, client.create_group, group_data)

def test_create_group(self):
def test_get_group(self):
client = self.make_client()
existing_group = self.make_existing_group({
u'name': 'Bob',
Expand Down

0 comments on commit a2454d6

Please sign in to comment.