summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-02-18 11:14:35 +0000
committerSteve Kemp <steve@steve.org.uk>2015-02-18 11:14:35 +0000
commit32c83aa4c8943e116311fda2dd0da65acce049d9 (patch)
treeb572191417491dbd9db82292438964ef12d7636f /lib/custodian/protocoltest
parent3025af459e28db9a7a1431660e5505d86d924d46 (diff)
Reordered registration.
This allows the test-suite to pass.
Diffstat (limited to 'lib/custodian/protocoltest')
-rw-r--r--lib/custodian/protocoltest/pop3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/pop3.rb b/lib/custodian/protocoltest/pop3.rb
index 6d33171..528f508 100644
--- a/lib/custodian/protocoltest/pop3.rb
+++ b/lib/custodian/protocoltest/pop3.rb
@@ -92,8 +92,8 @@ module Custodian
- register_test_type "pop"
register_test_type "pop3"
+ register_test_type "pop"