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 5f2d6ce commit 3c5994eCopy full SHA for 3c5994e
crates/ark/tests/kernel.rs
@@ -141,10 +141,7 @@ fn test_execute_request_invalid() {
141
let input = frontend.recv_iopub_execute_input();
142
assert_eq!(input.code, code);
143
144
- assert_eq!(
145
- frontend.recv_iopub_execute_error(),
146
- "Error:\nSyntax error: unexpected ')'"
147
- );
+ assert!(frontend.recv_iopub_execute_error().contains("Syntax error"));
148
149
frontend.recv_iopub_idle();
150
0 commit comments