diff options
author | Matthias Hecker <mail@apoc.cc> | 2020-03-30 23:55:28 +0200 |
---|---|---|
committer | Matthias Hecker <mail@apoc.cc> | 2020-03-30 23:55:28 +0200 |
commit | 235b43b450b3c60058cc0de19641ff5be23d7a6c (patch) | |
tree | 66fa1767afede7414bec4da9011a87a1b4ba7146 /test/plugins | |
parent | ce800e5957045e05a8f270bd5caabf9cb83a8ba0 (diff) |
test: change db adapter to dbm
Diffstat (limited to 'test/plugins')
-rw-r--r-- | test/plugins/test_rot13.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins/test_rot13.rb b/test/plugins/test_rot13.rb index 0727c77f..77e6fbda 100644 --- a/test/plugins/test_rot13.rb +++ b/test/plugins/test_rot13.rb @@ -30,7 +30,7 @@ class MockBot end def registry_factory - Irc::Bot::Registry.new('tc') + Irc::Bot::Registry.new('dbm') end end |