diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2022-12-06 12:33:44 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-12-06 12:52:56 +0100 |
| commit | c14e5c64c94315cacaf1cf9c0057d65fe9c25f6f (patch) | |
| tree | 4167af736d5097ac21cdc7d5b14086a88a86932e /tests/postgres_tests | |
| parent | 6a2165816394ab4bb259f6171e82417e098e97a6 (diff) | |
Fixed typo in tests/postgres_tests/test_signals.py comment.
Diffstat (limited to 'tests/postgres_tests')
| -rw-r--r-- | tests/postgres_tests/test_signals.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/postgres_tests/test_signals.py b/tests/postgres_tests/test_signals.py index 80a28a9776..b88a7e0497 100644 --- a/tests/postgres_tests/test_signals.py +++ b/tests/postgres_tests/test_signals.py @@ -9,7 +9,7 @@ try: register_type_handlers, ) except ImportError: - pass # pyscogp2 isn't installed. + pass # psycopg isn't installed. class OIDTests(PostgreSQLTestCase): |
