Skip to content
Snippets Groups Projects
Commit fc39593a authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Add missing unittest.main call

This should have been included in 48226a2f.
parent 16edd999
No related branches found
No related tags found
No related merge requests found
......@@ -249,3 +249,7 @@ class InvocationDefectsTest(unittest.TestCase):
with self.assertRaises(grpc.RpcError):
for _ in range(test_constants.STREAM_LENGTH // 2 + 1):
next(response_iterator)
if __name__ == '__main__':
unittest.main(verbosity=2)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment