Skip to content

Commit

Permalink
test name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Feb 8, 2022
1 parent 6675a76 commit 13d6763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpreters/JS_TS_deno.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ mod test_ts_js_deno_original {
}
#[test]
#[serial(deno)]
fn print_quote() {
fn print_repl() {
let mut data = DataHolder::new();
data.current_bloc = String::from("let message: string = 'Hi';\nconsole.log(message);");
let mut interpreter = Python3_fifo::new(data);
Expand Down

0 comments on commit 13d6763

Please sign in to comment.