From 235b43b450b3c60058cc0de19641ff5be23d7a6c Mon Sep 17 00:00:00 2001 From: Matthias Hecker Date: Mon, 30 Mar 2020 23:55:28 +0200 Subject: [PATCH] test: change db adapter to dbm --- test/plugins/test_rot13.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2