make tests use fuzzy matching instead of tweaked expectations
This commit is contained in:
@@ -26,6 +26,6 @@ Feature: Testbot - speeds
|
||||
| ab | river |
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | speed | time | distance |
|
||||
| a | b | ab | 36 km/h | 10s | 100m |
|
||||
| b | a | ab | 15 km/h | 23s | 100m |
|
||||
| from | to | route | speed | time | distance |
|
||||
| a | b | ab | 36 km/h | 10s | 100m |
|
||||
| b | a | ab | 16 km/h +- 1 | 23s | 100m |
|
||||
|
||||
Reference in New Issue
Block a user