mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-04-21 17:03:13 +00:00
fmt
This commit is contained in:
parent
d351958458
commit
01e3c0fe54
@ -316,6 +316,9 @@ mod tests {
|
|||||||
let state = PrivateSCState::new();
|
let state = PrivateSCState::new();
|
||||||
|
|
||||||
let result = read_num_bytes_start(&state, PRIVATE_BLOB_SIZE * 2);
|
let result = read_num_bytes_start(&state, PRIVATE_BLOB_SIZE * 2);
|
||||||
assert!(matches!(result, Err(PrivateStateError::ReadSizeMismatch(_, _))));
|
assert!(matches!(
|
||||||
|
result,
|
||||||
|
Err(PrivateStateError::ReadSizeMismatch(_, _))
|
||||||
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user