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 faf7d75 commit b42374cCopy full SHA for b42374c
rust/cubestore/cubestore-sql-tests/src/tests.rs
@@ -6281,7 +6281,9 @@ async fn divide_by_zero(service: Box<dyn SqlClient>) {
6281
.unwrap();
6282
assert_eq!(
6283
r.elide_backtrace(),
6284
- CubeError::internal("Execution error: Internal: Arrow error: External error: Arrow error: Divide by zero error".to_string())
+ CubeError::internal(
6285
+ "Execution error: Internal: Arrow error: Divide by zero error".to_string()
6286
+ )
6287
);
6288
}
6289
0 commit comments