Skip to content

Commit

Permalink
remove extra test for % operator
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoy-googly-moogly committed Dec 17, 2024
1 parent 1688802 commit e7bc100
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/src/databases/all/expr.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,16 +357,6 @@ describe.each(runtimes.runtimeList)('%s', (databaseName, runtime) => {
}
);

it('uses the correct symbol for modulus, either % or MOD', async () => {
await expect(`
run: aircraft_models->{
group_by: mod_example is 10 % 4
}
`).malloyResultMatches(expressionModel, {
mod_example: 2,
});
});

it('named query metadata undefined', async () => {
const result = await expressionModel
.loadQuery(
Expand Down

0 comments on commit e7bc100

Please sign in to comment.