From fe44d6f9a2a1f965c13ea68d9e17aa06d1e4cd17 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 25 Sep 2019 21:59:11 +0800 Subject: [PATCH] fix: testing --- plugin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_test.go b/plugin_test.go index 6897d1c..56d7684 100644 --- a/plugin_test.go +++ b/plugin_test.go @@ -286,7 +286,7 @@ func TestConvertLocation(t *testing.T) { Longitude: float64(139.704051), }, result) - input = "35.661777 139.704051 title,address" + input = "35.661777 139.704051 title address" result, empty = convertLocation(input) assert.Equal(t, false, empty)