Skip to content

Commit

Permalink
rename test class
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Sep 23, 2015
1 parent 6f1e91f commit 8749caf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/pep492/test_await.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from ..base import BaseTest


class TestMiddleware(BaseTest):
class TestPEP492(BaseTest):

async def _setup_app(self, handler, **kw):
app = web.Application(loop=self.loop,
Expand Down Expand Up @@ -46,3 +46,4 @@ async def go():
srv.close()

self.loop.run_until_complete(go())
r

0 comments on commit 8749caf

Please sign in to comment.