mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Urgh. Typo.
This commit is contained in:
@@ -32,7 +32,7 @@ class PermissionsTestCase(BaseTestGenerator):
|
|||||||
def before(self):
|
def before(self):
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
self.skipTest("This test is skipped on Windows which doesn't "
|
self.skipTest("This test is skipped on Windows which doesn't "
|
||||||
"Unix style file permissions.")
|
"support Unix style file permissions.")
|
||||||
|
|
||||||
def runTest(self):
|
def runTest(self):
|
||||||
self.assertTrue(
|
self.assertTrue(
|
||||||
|
|||||||
Reference in New Issue
Block a user