mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-13 21:18:15 +01:00
Move to literal string in panic! macro
This commit is contained in:
@@ -164,7 +164,7 @@ pub mod tests {
|
||||
use serde_json as json;
|
||||
match json::from_str::<ConsoleApplicationSecret>(SECRET) {
|
||||
Ok(s) => assert!(s.installed.is_some() && s.web.is_none()),
|
||||
Err(err) => panic!(err),
|
||||
Err(err) => panic!("Encountered error parsing ConsoleApplicationSecret: {}", err),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user