File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,15 @@ fn test_bitfield_serde() {
60
60
#[ test]
61
61
fn test_valid_compat_serde_psp_entry_source_value_deserialization ( ) {
62
62
let json = "123" ;
63
- let _result = serde_json:: from_str :: < SerdePspEntrySourceValue > ( json) . unwrap ( ) ;
63
+ let _result =
64
+ serde_json:: from_str :: < SerdePspEntrySourceValue > ( json) . unwrap ( ) ;
64
65
}
65
66
66
67
#[ test]
67
68
fn test_valid_serde_psp_entry_source_value_deserialization ( ) {
68
69
let json = r#"{"PspSoftFuseChain": {"early_secure_debug_unlock": true, "spi_decoding": "LowerHalf", "postcode_decoding": "Lpc"}}"# ;
69
- let _result = serde_json:: from_str :: < SerdePspEntrySourceValue > ( json) . unwrap ( ) ;
70
+ let _result =
71
+ serde_json:: from_str :: < SerdePspEntrySourceValue > ( json) . unwrap ( ) ;
70
72
}
71
73
72
74
#[ test]
You can’t perform that action at this time.
0 commit comments