From 32c83aa4c8943e116311fda2dd0da65acce049d9 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