We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f3946 commit 3f231d1Copy full SHA for 3f231d1
mobile_config/src/key_cache.rs
@@ -174,7 +174,9 @@ mod tests {
174
175
impl MsgVerify for VerifiedBad {
176
fn verify(&self, _verifier: &helium_crypto::PublicKey) -> file_store::Result {
177
- Err(file_store::Error::NotFound("not found".to_string()))
+ Err(file_store::Error::ExternalError(
178
+ "testing bad verification".into(),
179
+ ))
180
}
181
182
0 commit comments