Skip to content

Commit

Permalink
tests: fix joinp comment test
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Nov 12, 2023
1 parent a4c4bae commit 8823a71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_joinp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ fn joinp_asof_date() {
}

#[test]
fn joinp_asof_dat_comments() {
fn joinp_asof_date_comments() {
let wrk = Workdir::new("join_asof_date_comments");
wrk.create(
"gdp.csv",
Expand All @@ -452,6 +452,7 @@ fn joinp_asof_dat_comments() {
);

let mut cmd = wrk.command("joinp");
cmd.env("QSV_COMMENT_CHAR", "#");
cmd.arg("--asof")
.args(["date", "population.csv", "date", "gdp.csv"]);

Expand Down

0 comments on commit 8823a71

Please sign in to comment.