Skip to content

Commit f7b4cbb

Browse files
committed
Fixup test
1 parent 569591c commit f7b4cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/models/lookup_libkey_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class LookupLibkeyTest < ActiveSupport::TestCase
9797
end
9898

9999
test 'construct url with no pmid or do returns nil' do
100-
actual_url = LookupLibkey.send(:construct_url)
100+
actual_url = LookupLibkey.construct_url
101101

102102
assert_nil(actual_url)
103103
end

0 commit comments

Comments
 (0)