Skip to content

Commit

Permalink
Clean up and test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tywalch committed Apr 29, 2024
1 parent 0268faf commit 1855463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ts_connected.entity.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3850,6 +3850,7 @@ describe("index condition", () => {
invocations = [];

// record should exist with temp values
// @ts-ignore
const results = await entity.query[index]({ prop1, prop2, ...initialValues }).go();
expect(results.data.length).to.equal(1);
expect(results.data[0]).to.deep.equal({ prop1, prop2, ...initialValues });
Expand Down

0 comments on commit 1855463

Please sign in to comment.