]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
test: change db adapter to dbm
authorMatthias Hecker <mail@apoc.cc>
Mon, 30 Mar 2020 21:55:28 +0000 (23:55 +0200)
committerMatthias Hecker <mail@apoc.cc>
Mon, 30 Mar 2020 21:55:28 +0000 (23:55 +0200)
test/plugins/test_rot13.rb

index 0727c77f4f67188f9c20f489a408eb603757dc70..77e6fbda822ef23e8c248e49ca18eb8381a4374b 100644 (file)
@@ -30,7 +30,7 @@ class MockBot
   end
 
   def registry_factory
-    Irc::Bot::Registry.new('tc')
+    Irc::Bot::Registry.new('dbm')
   end
 end