File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,63 +9,63 @@ fn fill_offset_test() {
9
9
target : 1 ,
10
10
speed : 2 ,
11
11
distance : 2 ,
12
- kind : 1 ,
12
+ travel_type : 1 ,
13
13
} ) ;
14
14
ways. push ( Way {
15
15
source : 0 ,
16
16
target : 1 ,
17
17
speed : 2 ,
18
18
distance : 2 ,
19
- kind : 1 ,
19
+ travel_type : 1 ,
20
20
} ) ;
21
21
ways. push ( Way {
22
22
source : 0 ,
23
23
target : 1 ,
24
24
speed : 2 ,
25
25
distance : 2 ,
26
- kind : 1 ,
26
+ travel_type : 1 ,
27
27
} ) ;
28
28
ways. push ( Way {
29
29
source : 2 ,
30
30
target : 1 ,
31
31
speed : 2 ,
32
32
distance : 2 ,
33
- kind : 1 ,
33
+ travel_type : 1 ,
34
34
} ) ;
35
35
ways. push ( Way {
36
36
source : 3 ,
37
37
target : 1 ,
38
38
speed : 2 ,
39
39
distance : 2 ,
40
- kind : 1 ,
40
+ travel_type : 1 ,
41
41
} ) ;
42
42
ways. push ( Way {
43
43
source : 4 ,
44
44
target : 1 ,
45
45
speed : 2 ,
46
46
distance : 2 ,
47
- kind : 1 ,
47
+ travel_type : 1 ,
48
48
} ) ;
49
49
ways. push ( Way {
50
50
source : 4 ,
51
51
target : 1 ,
52
52
speed : 2 ,
53
53
distance : 2 ,
54
- kind : 1 ,
54
+ travel_type : 1 ,
55
55
} ) ;
56
56
ways. push ( Way {
57
57
source : 4 ,
58
58
target : 1 ,
59
59
speed : 2 ,
60
60
distance : 2 ,
61
- kind : 1 ,
61
+ travel_type : 1 ,
62
62
} ) ;
63
63
ways. push ( Way {
64
64
source : 6 ,
65
65
target : 1 ,
66
66
speed : 2 ,
67
67
distance : 2 ,
68
- kind : 1 ,
68
+ travel_type : 1 ,
69
69
} ) ;
70
70
fill_offset ( & ways, & mut offset_test) ;
71
71
You can’t perform that action at this time.
0 commit comments