summaryrefslogtreecommitdiff
path: root/lib
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
commit6b3e3ba113101d717c3534c814b747aad18b7d02 (patch)
tree3939ba5015a004fb4b662d49ca0bcfb019d55a52 /lib
parentf08f62c52ca84e76ca21bbc844356f63b1890561 (diff)
Reordered registration.
This allows the test-suite to pass.
Diffstat (limited to 'lib')
-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"