From 6df97fa6756eaca0a2465a1f27c6be2e39179057 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Tue, 30 Sep 2014 11:58:13 -0400 Subject: [PATCH] Fix typo. --- test/unit/lookups/okf_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/lookups/okf_test.rb b/test/unit/lookups/okf_test.rb index 7882ff24..19f93c88 100644 --- a/test/unit/lookups/okf_test.rb +++ b/test/unit/lookups/okf_test.rb @@ -2,7 +2,7 @@ $: << File.join(File.dirname(__FILE__), "..", "..") require 'test_helper' -class OkgTest < GeocoderTestCase +class OkfTest < GeocoderTestCase def setup Geocoder.configure(lookup: :okf) -- GitLab