summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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