Update distance_matrix.feature
This commit is contained in:
parent
9a96d6015a
commit
996320820e
@ -725,6 +725,6 @@ Feature: Basic Distance Matrix
|
|||||||
When I request a travel distance matrix I should get
|
When I request a travel distance matrix I should get
|
||||||
| | 1 | 2 | 3 |
|
| | 1 | 2 | 3 |
|
||||||
| 1 | 0 | 1000.1 | 1400.1 |
|
| 1 | 0 | 1000.1 | 1400.1 |
|
||||||
| 2 | 1000.7 | 0 | 400 |
|
| 2 | 1000.1 | 0 | 400 |
|
||||||
| 3 | 1400.1 | 400 | 0 |
|
| 3 | 1400.1 | 400 | 0 |
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user