tests(evm::engine): basic policies tests

This commit is contained in:
hdbg
2026-03-11 13:57:25 +01:00
parent bd159c35e8
commit 9e92b168ba
8 changed files with 846 additions and 47 deletions

View File

@@ -51,6 +51,7 @@ fn parse_auth_event(payload: ClientRequestPayload) -> Result<AuthEvents, Error>
solution: signature,
}))
}
_ => Err(Error::UnexpectedMessagePayload) ,
}
}