Skip to content

Commit

Permalink
Renames test class to AsyncPG
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdesr committed Jul 17, 2020
1 parent ee9a218 commit eaeef1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def _await(coro):
return loop.run_until_complete(coro)


class TestFunctionalPsycopg(TestBase):
class TestFunctionalAsyncPG(TestBase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit eaeef1e

Please sign in to comment.