Skip to content

Commit cc4681d

Browse files
committed
[pre/test] replace kind with travel_type
1 parent 625d613 commit cc4681d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pre/src/tests.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,63 +9,63 @@ fn fill_offset_test() {
99
target: 1,
1010
speed: 2,
1111
distance: 2,
12-
kind: 1,
12+
travel_type: 1,
1313
});
1414
ways.push(Way {
1515
source: 0,
1616
target: 1,
1717
speed: 2,
1818
distance: 2,
19-
kind: 1,
19+
travel_type: 1,
2020
});
2121
ways.push(Way {
2222
source: 0,
2323
target: 1,
2424
speed: 2,
2525
distance: 2,
26-
kind: 1,
26+
travel_type: 1,
2727
});
2828
ways.push(Way {
2929
source: 2,
3030
target: 1,
3131
speed: 2,
3232
distance: 2,
33-
kind: 1,
33+
travel_type: 1,
3434
});
3535
ways.push(Way {
3636
source: 3,
3737
target: 1,
3838
speed: 2,
3939
distance: 2,
40-
kind: 1,
40+
travel_type: 1,
4141
});
4242
ways.push(Way {
4343
source: 4,
4444
target: 1,
4545
speed: 2,
4646
distance: 2,
47-
kind: 1,
47+
travel_type: 1,
4848
});
4949
ways.push(Way {
5050
source: 4,
5151
target: 1,
5252
speed: 2,
5353
distance: 2,
54-
kind: 1,
54+
travel_type: 1,
5555
});
5656
ways.push(Way {
5757
source: 4,
5858
target: 1,
5959
speed: 2,
6060
distance: 2,
61-
kind: 1,
61+
travel_type: 1,
6262
});
6363
ways.push(Way {
6464
source: 6,
6565
target: 1,
6666
speed: 2,
6767
distance: 2,
68-
kind: 1,
68+
travel_type: 1,
6969
});
7070
fill_offset(&ways, &mut offset_test);
7171

0 commit comments

Comments
 (0)