fix: testing
This commit is contained in:
parent
b6fad392f8
commit
fe44d6f9a2
@ -286,7 +286,7 @@ func TestConvertLocation(t *testing.T) {
|
|||||||
Longitude: float64(139.704051),
|
Longitude: float64(139.704051),
|
||||||
}, result)
|
}, result)
|
||||||
|
|
||||||
input = "35.661777 139.704051 title,address"
|
input = "35.661777 139.704051 title address"
|
||||||
result, empty = convertLocation(input)
|
result, empty = convertLocation(input)
|
||||||
|
|
||||||
assert.Equal(t, false, empty)
|
assert.Equal(t, false, empty)
|
||||||
|
Loading…
Reference in New Issue
Block a user