Skip to content

Commit 5544dff

Browse files
geoffw0paldepind
andauthored
Update rust/ql/test/query-tests/security/CWE-089/mysql.rs
Co-authored-by: Simon Friis Vindum <paldepind@github.com>
1 parent 93eb7ce commit 5544dff

File tree

1 file changed

+1
-1
lines changed
  • rust/ql/test/query-tests/security/CWE-089

1 file changed

+1
-1
lines changed

rust/ql/test/query-tests/security/CWE-089/mysql.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ mod async_test
112112

113113
fn main() {
114114
println!("test_mysql...");
115-
match (sync_test::test_mysql("")) {
115+
match sync_test::test_mysql("") {
116116
Ok(_) => println!(" successful!"),
117117
Err(e) => println!(" error: {}", e),
118118
}

0 commit comments

Comments
 (0)