From 6b3e3ba113101d717c3534c814b747aad18b7d02 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 18 Feb 2015 11:14:35 +0000 Subject: Reordered registration. This allows the test-suite to pass. --- lib/custodian/protocoltest/pop3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1