mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
TST: for db.getFilename
This commit is contained in:
parent
fed593e689
commit
37ab4147d1
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class DatabaseTest(unittest.TestCase):
|
|||
# Cleanup
|
||||
os.remove(self.dbFilename)
|
||||
|
||||
def getFilename(self):
|
||||
def testGetFilename(self):
|
||||
self.assertEqual(self.dbFilename, self.db.getFilename())
|
||||
|
||||
def testCreateInvalidPath(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue