mirror of
https://github.com/appleboy/drone-telegram.git
synced 2026-06-04 10:14:50 +08:00
fix: testing
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user