Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Sep 18, 2024
1 parent 69055de commit abe79ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public void simpleTest() {
"ds_res <- ds_mul[filter mod(var1, 2) = 0][calc var_sum := var1 + var2];";

Program program = ProvenanceListener.run(script, "trevas-simple-test", "Simple test from Trevas tests");
assertThat(program.getProgramSteps()).hasSize(4);
assertThat(program.getProgramSteps()).hasSize(3);
}
}

0 comments on commit abe79ca

Please sign in to comment.