Skip to content

Commit

Permalink
Fix name of test in results_backends_tests module
Browse files Browse the repository at this point in the history
Benjamin Yolken committed Feb 4, 2017

Verified

This commit was signed with the committer’s verified signature.
mikz Michal Cichra
1 parent 0ee1abf commit 167ed33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/results_backends_tests.py
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ def test_s3_cache_get_does_not_exist(self):
self.assertEquals(result, None)
self.assertFalse(self.mock_s3_client.download_fileobj.called)

def test_s3_cache_get_s3_exception(self):
def test_s3_cache_get_exception(self):
self.mock_s3_client.download_fileobj.side_effect = Exception('Something bad happened')
result = self.s3_cache.get('test-key')

0 comments on commit 167ed33

Please sign in to comment.