mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-25 11:43:06 +00:00
fmt
This commit is contained in:
parent
d351958458
commit
01e3c0fe54
@ -316,6 +316,9 @@ mod tests {
|
||||
let state = PrivateSCState::new();
|
||||
|
||||
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