Skip to content

Commit bdc7fe9

Browse files
IsaacHorvathweiznich
authored andcommitted
fix test failure output
1 parent 815c7c1 commit bdc7fe9

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
@@ -207,7 +207,7 @@ async fn mysql_cancel_token() {
207207
},
208208
Ok(r) => match r[0] {
209209
1 => {}
210-
_ => panic!(""),
210+
_ => panic!("query completed successfully without cancellation"),
211211
},
212212
}
213213
}

0 commit comments

Comments
 (0)