@@ -37,8 +37,7 @@ fn test_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
37
37
let msg_type = msg. message_type ( ) . unwrap ( ) ;
38
38
assert_eq ! (
39
39
msg_type, 0x15 ,
40
- "Incorrect message type, expected 0x15, is {}" ,
41
- msg_type
40
+ "Incorrect message type, expected 0x15, is {msg_type}"
42
41
) ;
43
42
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
44
43
assert_eq ! (
@@ -88,8 +87,7 @@ fn test_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
88
87
let msg_type = msg. message_type ( ) . unwrap ( ) ;
89
88
assert_eq ! (
90
89
msg_type, 0x15 ,
91
- "Incorrect message type, expected 0x15, is {}" ,
92
- msg_type
90
+ "Incorrect message type, expected 0x15, is {msg_type}"
93
91
) ;
94
92
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
95
93
assert_eq ! (
@@ -139,8 +137,7 @@ fn test_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
139
137
let msg_type = msg. message_type ( ) . unwrap ( ) ;
140
138
assert_eq ! (
141
139
msg_type, 0x15 ,
142
- "Incorrect message type, expected 0x15, is {}" ,
143
- msg_type
140
+ "Incorrect message type, expected 0x15, is {msg_type}"
144
141
) ;
145
142
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
146
143
assert_eq ! (
@@ -191,8 +188,7 @@ fn test_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
191
188
let msg_type = msg. message_type ( ) . unwrap ( ) ;
192
189
assert_eq ! (
193
190
msg_type, 0x15 ,
194
- "Incorrect message type, expected 0x15, is {}" ,
195
- msg_type
191
+ "Incorrect message type, expected 0x15, is {msg_type}"
196
192
) ;
197
193
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
198
194
assert_eq ! (
@@ -242,8 +238,7 @@ fn test_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
242
238
let msg_type = msg. message_type ( ) . unwrap ( ) ;
243
239
assert_eq ! (
244
240
msg_type, 0x15 ,
245
- "Incorrect message type, expected 0x15, is {}" ,
246
- msg_type
241
+ "Incorrect message type, expected 0x15, is {msg_type}"
247
242
) ;
248
243
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
249
244
assert_eq ! (
@@ -293,8 +288,7 @@ fn test_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
293
288
let msg_type = msg. message_type ( ) . unwrap ( ) ;
294
289
assert_eq ! (
295
290
msg_type, 0x15 ,
296
- "Incorrect message type, expected 0x15, is {}" ,
297
- msg_type
291
+ "Incorrect message type, expected 0x15, is {msg_type}"
298
292
) ;
299
293
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
300
294
assert_eq ! (
@@ -365,8 +359,7 @@ fn test_json2sbp_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
365
359
let msg_type = msg. message_type ( ) . unwrap ( ) ;
366
360
assert_eq ! (
367
361
msg_type, 0x15 ,
368
- "Incorrect message type, expected 0x15, is {}" ,
369
- msg_type
362
+ "Incorrect message type, expected 0x15, is {msg_type}"
370
363
) ;
371
364
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
372
365
assert_eq ! (
@@ -423,8 +416,7 @@ fn test_json2sbp_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
423
416
let msg_type = msg. message_type ( ) . unwrap ( ) ;
424
417
assert_eq ! (
425
418
msg_type, 0x15 ,
426
- "Incorrect message type, expected 0x15, is {}" ,
427
- msg_type
419
+ "Incorrect message type, expected 0x15, is {msg_type}"
428
420
) ;
429
421
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
430
422
assert_eq ! (
@@ -481,8 +473,7 @@ fn test_json2sbp_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
481
473
let msg_type = msg. message_type ( ) . unwrap ( ) ;
482
474
assert_eq ! (
483
475
msg_type, 0x15 ,
484
- "Incorrect message type, expected 0x15, is {}" ,
485
- msg_type
476
+ "Incorrect message type, expected 0x15, is {msg_type}"
486
477
) ;
487
478
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
488
479
assert_eq ! (
@@ -539,8 +530,7 @@ fn test_json2sbp_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
539
530
let msg_type = msg. message_type ( ) . unwrap ( ) ;
540
531
assert_eq ! (
541
532
msg_type, 0x15 ,
542
- "Incorrect message type, expected 0x15, is {}" ,
543
- msg_type
533
+ "Incorrect message type, expected 0x15, is {msg_type}"
544
534
) ;
545
535
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
546
536
assert_eq ! (
@@ -597,8 +587,7 @@ fn test_json2sbp_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
597
587
let msg_type = msg. message_type ( ) . unwrap ( ) ;
598
588
assert_eq ! (
599
589
msg_type, 0x15 ,
600
- "Incorrect message type, expected 0x15, is {}" ,
601
- msg_type
590
+ "Incorrect message type, expected 0x15, is {msg_type}"
602
591
) ;
603
592
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
604
593
assert_eq ! (
@@ -655,8 +644,7 @@ fn test_json2sbp_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
655
644
let msg_type = msg. message_type ( ) . unwrap ( ) ;
656
645
assert_eq ! (
657
646
msg_type, 0x15 ,
658
- "Incorrect message type, expected 0x15, is {}" ,
659
- msg_type
647
+ "Incorrect message type, expected 0x15, is {msg_type}"
660
648
) ;
661
649
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
662
650
assert_eq ! (
@@ -734,8 +722,7 @@ fn test_sbp2json_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
734
722
let msg_type = msg. message_type ( ) . unwrap ( ) ;
735
723
assert_eq ! (
736
724
msg_type, 0x15 ,
737
- "Incorrect message type, expected 0x15, is {}" ,
738
- msg_type
725
+ "Incorrect message type, expected 0x15, is {msg_type}"
739
726
) ;
740
727
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
741
728
assert_eq ! (
@@ -804,8 +791,7 @@ fn test_sbp2json_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
804
791
let msg_type = msg. message_type ( ) . unwrap ( ) ;
805
792
assert_eq ! (
806
793
msg_type, 0x15 ,
807
- "Incorrect message type, expected 0x15, is {}" ,
808
- msg_type
794
+ "Incorrect message type, expected 0x15, is {msg_type}"
809
795
) ;
810
796
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
811
797
assert_eq ! (
@@ -874,8 +860,7 @@ fn test_sbp2json_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
874
860
let msg_type = msg. message_type ( ) . unwrap ( ) ;
875
861
assert_eq ! (
876
862
msg_type, 0x15 ,
877
- "Incorrect message type, expected 0x15, is {}" ,
878
- msg_type
863
+ "Incorrect message type, expected 0x15, is {msg_type}"
879
864
) ;
880
865
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
881
866
assert_eq ! (
@@ -945,8 +930,7 @@ fn test_sbp2json_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
945
930
let msg_type = msg. message_type ( ) . unwrap ( ) ;
946
931
assert_eq ! (
947
932
msg_type, 0x15 ,
948
- "Incorrect message type, expected 0x15, is {}" ,
949
- msg_type
933
+ "Incorrect message type, expected 0x15, is {msg_type}"
950
934
) ;
951
935
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
952
936
assert_eq ! (
@@ -1015,8 +999,7 @@ fn test_sbp2json_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
1015
999
let msg_type = msg. message_type ( ) . unwrap ( ) ;
1016
1000
assert_eq ! (
1017
1001
msg_type, 0x15 ,
1018
- "Incorrect message type, expected 0x15, is {}" ,
1019
- msg_type
1002
+ "Incorrect message type, expected 0x15, is {msg_type}"
1020
1003
) ;
1021
1004
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
1022
1005
assert_eq ! (
@@ -1085,8 +1068,7 @@ fn test_sbp2json_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
1085
1068
let msg_type = msg. message_type ( ) . unwrap ( ) ;
1086
1069
assert_eq ! (
1087
1070
msg_type, 0x15 ,
1088
- "Incorrect message type, expected 0x15, is {}" ,
1089
- msg_type
1071
+ "Incorrect message type, expected 0x15, is {msg_type}"
1090
1072
) ;
1091
1073
let sender_id = msg. sender_id ( ) . unwrap ( ) ;
1092
1074
assert_eq ! (
0 commit comments