Skip to content

Commit

Permalink
silence noisy test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoy-googly-moogly committed Dec 12, 2024
1 parent 11475b5 commit 81824b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/src/databases/all/nomodel.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,8 @@ SELECT row_to_json(finalStage) as row FROM __stage0 AS finalStage`);
}
// implicit order by
const baseView3: {state: string; aircrafts: number}[] = d[0]['base_view3'];
console.log(baseView3);
// You will have to uncomment this if the expect fails
// console.log(baseView3);
let baseMax3 = baseView3[0];
for (const b of baseView3) {
expect(b.aircrafts).toBeLessThanOrEqual(baseMax3.aircrafts);
Expand Down

0 comments on commit 81824b7

Please sign in to comment.