Skip to content

Commit

Permalink
fix testNoReadGroupsNotSupported
Browse files Browse the repository at this point in the history
  • Loading branch information
Irene Papakonstantinou committed May 23, 2016
1 parent 50eaadf commit d328f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_response_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def setUp(self):

def testNoReadGroupsNotSupported(self):
# a request for no read groups should throw an exception
with self.assertRaises(exceptions.NotImplementedException):
with self.assertRaises(exceptions.BadRequestException):
self.backend.readsGenerator(self.request)

def testNonexistantReadGroup(self):
Expand Down

0 comments on commit d328f35

Please sign in to comment.