diff options
Diffstat (limited to 'tests/test_rowlimit.py')
-rw-r--r-- | tests/test_rowlimit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_rowlimit.py b/tests/test_rowlimit.py index 947fc80..da916b4 100644 --- a/tests/test_rowlimit.py +++ b/tests/test_rowlimit.py @@ -4,7 +4,7 @@ from unittest.mock import Mock from pgcli.main import PGCli -# We need this fixtures beacause we need PGCli object to be created +# We need this fixtures because we need PGCli object to be created # after test collection so it has config loaded from temp directory |