Skip to content

Commit 60dbc78

Browse files
committed
fix test failure output
1 parent 764eb70 commit 60dbc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ async fn mysql_cancel_token() {
205205
},
206206
Ok(r) => match r[0] {
207207
1 => {}
208-
_ => panic!(""),
208+
_ => panic!("query completed successfully without cancellation"),
209209
},
210210
}
211211
}

0 commit comments

Comments
 (0)