Skip to content

Commit 432960f

Browse files
committed
plugin name changed
modified: libnmap/test/test_backend_plugin_factory.py modified: libnmap/test/test_backend_plugin_factory.py
1 parent 4280d62 commit 432960f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libnmap/test/test_backend_plugin_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#define all plugin that need test
1010
from libnmap.plugins.mongodb import NmapMongoPlugin
11-
from libnmap.plugins.sqlite import NmapSqlitePlugin
11+
from libnmap.plugins.sql import NmapSqlPlugin
1212

1313

1414
class TestNmapBackendPlugin(unittest.TestCase):

0 commit comments

Comments
 (0)