@@ -37,8 +37,7 @@ fn test_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
3737 let msg_type = msg. message_type ( ) . unwrap ( ) ;
3838 assert_eq ! (
3939 msg_type, 0x15 ,
40- "Incorrect message type, expected 0x15, is {}" ,
41- msg_type
40+ "Incorrect message type, expected 0x15, is {msg_type}"
4241 ) ;
4342 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
4443 assert_eq ! (
@@ -88,8 +87,7 @@ fn test_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
8887 let msg_type = msg. message_type ( ) . unwrap ( ) ;
8988 assert_eq ! (
9089 msg_type, 0x15 ,
91- "Incorrect message type, expected 0x15, is {}" ,
92- msg_type
90+ "Incorrect message type, expected 0x15, is {msg_type}"
9391 ) ;
9492 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
9593 assert_eq ! (
@@ -139,8 +137,7 @@ fn test_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
139137 let msg_type = msg. message_type ( ) . unwrap ( ) ;
140138 assert_eq ! (
141139 msg_type, 0x15 ,
142- "Incorrect message type, expected 0x15, is {}" ,
143- msg_type
140+ "Incorrect message type, expected 0x15, is {msg_type}"
144141 ) ;
145142 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
146143 assert_eq ! (
@@ -191,8 +188,7 @@ fn test_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
191188 let msg_type = msg. message_type ( ) . unwrap ( ) ;
192189 assert_eq ! (
193190 msg_type, 0x15 ,
194- "Incorrect message type, expected 0x15, is {}" ,
195- msg_type
191+ "Incorrect message type, expected 0x15, is {msg_type}"
196192 ) ;
197193 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
198194 assert_eq ! (
@@ -242,8 +238,7 @@ fn test_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
242238 let msg_type = msg. message_type ( ) . unwrap ( ) ;
243239 assert_eq ! (
244240 msg_type, 0x15 ,
245- "Incorrect message type, expected 0x15, is {}" ,
246- msg_type
241+ "Incorrect message type, expected 0x15, is {msg_type}"
247242 ) ;
248243 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
249244 assert_eq ! (
@@ -293,8 +288,7 @@ fn test_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
293288 let msg_type = msg. message_type ( ) . unwrap ( ) ;
294289 assert_eq ! (
295290 msg_type, 0x15 ,
296- "Incorrect message type, expected 0x15, is {}" ,
297- msg_type
291+ "Incorrect message type, expected 0x15, is {msg_type}"
298292 ) ;
299293 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
300294 assert_eq ! (
@@ -365,8 +359,7 @@ fn test_json2sbp_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
365359 let msg_type = msg. message_type ( ) . unwrap ( ) ;
366360 assert_eq ! (
367361 msg_type, 0x15 ,
368- "Incorrect message type, expected 0x15, is {}" ,
369- msg_type
362+ "Incorrect message type, expected 0x15, is {msg_type}"
370363 ) ;
371364 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
372365 assert_eq ! (
@@ -423,8 +416,7 @@ fn test_json2sbp_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
423416 let msg_type = msg. message_type ( ) . unwrap ( ) ;
424417 assert_eq ! (
425418 msg_type, 0x15 ,
426- "Incorrect message type, expected 0x15, is {}" ,
427- msg_type
419+ "Incorrect message type, expected 0x15, is {msg_type}"
428420 ) ;
429421 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
430422 assert_eq ! (
@@ -481,8 +473,7 @@ fn test_json2sbp_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
481473 let msg_type = msg. message_type ( ) . unwrap ( ) ;
482474 assert_eq ! (
483475 msg_type, 0x15 ,
484- "Incorrect message type, expected 0x15, is {}" ,
485- msg_type
476+ "Incorrect message type, expected 0x15, is {msg_type}"
486477 ) ;
487478 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
488479 assert_eq ! (
@@ -539,8 +530,7 @@ fn test_json2sbp_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
539530 let msg_type = msg. message_type ( ) . unwrap ( ) ;
540531 assert_eq ! (
541532 msg_type, 0x15 ,
542- "Incorrect message type, expected 0x15, is {}" ,
543- msg_type
533+ "Incorrect message type, expected 0x15, is {msg_type}"
544534 ) ;
545535 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
546536 assert_eq ! (
@@ -597,8 +587,7 @@ fn test_json2sbp_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
597587 let msg_type = msg. message_type ( ) . unwrap ( ) ;
598588 assert_eq ! (
599589 msg_type, 0x15 ,
600- "Incorrect message type, expected 0x15, is {}" ,
601- msg_type
590+ "Incorrect message type, expected 0x15, is {msg_type}"
602591 ) ;
603592 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
604593 assert_eq ! (
@@ -655,8 +644,7 @@ fn test_json2sbp_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
655644 let msg_type = msg. message_type ( ) . unwrap ( ) ;
656645 assert_eq ! (
657646 msg_type, 0x15 ,
658- "Incorrect message type, expected 0x15, is {}" ,
659- msg_type
647+ "Incorrect message type, expected 0x15, is {msg_type}"
660648 ) ;
661649 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
662650 assert_eq ! (
@@ -734,8 +722,7 @@ fn test_sbp2json_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
734722 let msg_type = msg. message_type ( ) . unwrap ( ) ;
735723 assert_eq ! (
736724 msg_type, 0x15 ,
737- "Incorrect message type, expected 0x15, is {}" ,
738- msg_type
725+ "Incorrect message type, expected 0x15, is {msg_type}"
739726 ) ;
740727 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
741728 assert_eq ! (
@@ -804,8 +791,7 @@ fn test_sbp2json_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
804791 let msg_type = msg. message_type ( ) . unwrap ( ) ;
805792 assert_eq ! (
806793 msg_type, 0x15 ,
807- "Incorrect message type, expected 0x15, is {}" ,
808- msg_type
794+ "Incorrect message type, expected 0x15, is {msg_type}"
809795 ) ;
810796 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
811797 assert_eq ! (
@@ -874,8 +860,7 @@ fn test_sbp2json_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
874860 let msg_type = msg. message_type ( ) . unwrap ( ) ;
875861 assert_eq ! (
876862 msg_type, 0x15 ,
877- "Incorrect message type, expected 0x15, is {}" ,
878- msg_type
863+ "Incorrect message type, expected 0x15, is {msg_type}"
879864 ) ;
880865 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
881866 assert_eq ! (
@@ -945,8 +930,7 @@ fn test_sbp2json_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
945930 let msg_type = msg. message_type ( ) . unwrap ( ) ;
946931 assert_eq ! (
947932 msg_type, 0x15 ,
948- "Incorrect message type, expected 0x15, is {}" ,
949- msg_type
933+ "Incorrect message type, expected 0x15, is {msg_type}"
950934 ) ;
951935 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
952936 assert_eq ! (
@@ -1015,8 +999,7 @@ fn test_sbp2json_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
1015999 let msg_type = msg. message_type ( ) . unwrap ( ) ;
10161000 assert_eq ! (
10171001 msg_type, 0x15 ,
1018- "Incorrect message type, expected 0x15, is {}" ,
1019- msg_type
1002+ "Incorrect message type, expected 0x15, is {msg_type}"
10201003 ) ;
10211004 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
10221005 assert_eq ! (
@@ -1085,8 +1068,7 @@ fn test_sbp2json_auto_check_sbp_acquisition_msg_acq_result_dep_a() {
10851068 let msg_type = msg. message_type ( ) . unwrap ( ) ;
10861069 assert_eq ! (
10871070 msg_type, 0x15 ,
1088- "Incorrect message type, expected 0x15, is {}" ,
1089- msg_type
1071+ "Incorrect message type, expected 0x15, is {msg_type}"
10901072 ) ;
10911073 let sender_id = msg. sender_id ( ) . unwrap ( ) ;
10921074 assert_eq ! (
0 commit comments