summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hecker <mail@apoc.cc>2020-03-30 23:55:28 +0200
committerMatthias Hecker <mail@apoc.cc>2020-03-30 23:55:28 +0200
commit235b43b450b3c60058cc0de19641ff5be23d7a6c (patch)
tree66fa1767afede7414bec4da9011a87a1b4ba7146
parentce800e5957045e05a8f270bd5caabf9cb83a8ba0 (diff)
test: change db adapter to dbm
-rw-r--r--test/plugins/test_rot13.rb2
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