Skip to content

Commit 547c73c

Browse files
committed
Panic on the mock interface
1 parent 4fc0103 commit 547c73c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/mysql/discovery/executor

src/mysql/discovery/executor/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ impl Executor {
2525
debug_print!("{}, {:?}", sql, values);
2626
debug_print!();
2727

28-
Vec::new()
28+
panic!("This is a mock Executor");
2929
}
3030
}

0 commit comments

Comments
 (0)