File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ mod test {
782
782
. unwrap( )
783
783
. unwrap( ) ,
784
784
policy_1
785
- ) ;
785
+ )
786
786
}
787
787
788
788
#[ test]
@@ -834,7 +834,7 @@ mod test {
834
834
assert_eq ! (
835
835
& message_data,
836
836
& hex!( "f7d61b6f8d4dcd86da1aa8553f0ee7c15450811e7cd2759364e22f67d853ff50" )
837
- ) ;
837
+ )
838
838
}
839
839
840
840
#[ tokio:: test]
@@ -862,7 +862,7 @@ mod test {
862
862
let signature = request. headers ( ) . get ( "Signature" ) ;
863
863
864
864
assert ! ( signature. is_some( ) ) ;
865
- assert ! ( signer. verify( request) . await . is_ok( ) ) ;
865
+ assert ! ( signer. verify( request) . await . is_ok( ) )
866
866
}
867
867
868
868
#[ test]
@@ -887,7 +887,7 @@ mod test {
887
887
888
888
assert ! ( signer
889
889
. verify_message( signature, & request, MAX_BODY_BYTES )
890
- . is_ok( ) ) ;
890
+ . is_ok( ) )
891
891
}
892
892
893
893
#[ tokio:: test]
@@ -900,7 +900,7 @@ mod test {
900
900
. expect ( "Failed to sign HTTP GET request" )
901
901
. build ( ) ;
902
902
903
- assert ! ( request. is_ok( ) ) ;
903
+ assert ! ( request. is_ok( ) )
904
904
}
905
905
906
906
#[ tokio:: test]
@@ -914,6 +914,6 @@ mod test {
914
914
. expect ( "Failed to sign HTTP POST request" )
915
915
. build ( ) ;
916
916
917
- assert ! ( request. is_ok( ) ) ;
917
+ assert ! ( request. is_ok( ) )
918
918
}
919
919
}
You can’t perform that action at this time.
0 commit comments