diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-02-18 11:14:35 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-02-18 11:14:35 +0000 |
commit | 6b3e3ba113101d717c3534c814b747aad18b7d02 (patch) | |
tree | 3939ba5015a004fb4b662d49ca0bcfb019d55a52 | |
parent | f08f62c52ca84e76ca21bbc844356f63b1890561 (diff) |
Reordered registration.
This allows the test-suite to pass.
-rw-r--r-- | lib/custodian/protocoltest/pop3.rb | 2 |
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" |