summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/integration/hkp_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/hkp_test.rb b/test/integration/hkp_test.rb
index 2afd2c0..a824a3f 100644
--- a/test/integration/hkp_test.rb
+++ b/test/integration/hkp_test.rb
@@ -122,7 +122,7 @@ class HkpTest < Minitest::Test
def assert_key_info_for_uid(uid, &block)
EM.run do
- Nickserver::Hkp::FetchKeyInfo.new(adapter).search uid do |status, keys|
+ Nickserver::Hkp::Source.new(adapter).search uid do |status, keys|
assert_equal 200, status
yield keys
EM.stop