Skip to content

Commit

Permalink
re-scaled update formula test
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Oct 16, 2023
1 parent d0f0969 commit 2325ab2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void selectCalcsFormula() {

@Test
public void updateCalcsFormula() {
runner.setScaleFactors(100, 80);
runner.setScaleFactors(110, 80);
var q = "source.update([${calcs}]).sum_by()".replace("${calcs}", calcs);
runner.test("Update-Sum 2 Calcs Using 2 Cols", 1, q, "int250", "int640");
}
Expand Down

0 comments on commit 2325ab2

Please sign in to comment.