mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-03-17 01:23:05 +00:00
fixed unit test
This commit is contained in:
parent
b5d0d2d0c1
commit
6e74cca512
@ -76,7 +76,7 @@ mod tests {
|
||||
TestErr,
|
||||
}
|
||||
|
||||
fn test_function_ensure(cond: bool) -> Result<(), testError> {
|
||||
fn test_function_ensure(cond: bool) -> Result<(), TestError> {
|
||||
ensure!(cond, TestError::TestErr);
|
||||
|
||||
Ok(())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user