Update distance_matrix.feature

This commit is contained in:
Siarhei Fedartsou 2022-08-22 18:12:31 +02:00 committed by GitHub
parent 9a96d6015a
commit 996320820e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -725,6 +725,6 @@ Feature: Basic Distance Matrix
When I request a travel distance matrix I should get
| | 1 | 2 | 3 |
| 1 | 0 | 1000.1 | 1400.1 |
| 2 | 1000.7 | 0 | 400 |
| 2 | 1000.1 | 0 | 400 |
| 3 | 1400.1 | 400 | 0 |