8000 Give test_delete_subscription the correct name · sarahyingying/github3.py@4c4bd45 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c4bd45

Browse files
committed
Give test_delete_subscription the correct name
1 parent c903cdf commit 4c4bd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_repr(self):
3030
assert repr(self.instance) == '<Thread [{0}]>'.format(
3131
self.instance.subject.get('title'))
3232

33-
def test_delete_description(self):
33+
def test_delete_subscription(self):
3434
"""Show that a user can delete a subscription."""
3535
self.instance.delete_subscription()
3636

0 commit comments

Comments
 (0)
0