We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b1dea commit fd7e13eCopy full SHA for fd7e13e
1 file changed
libsql-server/src/rpc_postcard_tests.rs
@@ -45,8 +45,6 @@ fn test_postcard_error_conversion() {
45
46
if let Err(e) = result {
47
let crate_error = crate::error::Error::from(e);
48
- assert!(
49
- matches!(crate_error, crate::error::Error::Internal(msg) if msg.contains("Unexpected"))
50
- );
+ assert!(matches!(crate_error, crate::error::Error::Internal(_)));
51
}
52
0 commit comments