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 d669625 commit 0268faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ts_connected.entity.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3831,7 +3831,7 @@ describe("index condition", () => {
it(`${prefix} write index with provided patch attributes`, async () => {
const {params, logger} = createParamsCollector();
const {prop1, prop2, ...props} = createTestEntityData();
const { prop1: _, prop2: __, initialValues } = createTestEntityData();
const { prop1: _, prop2: __, ...initialValues } = createTestEntityData();
let invocations: ConditionArguments[] = [];
let allow = false;
const condition = (args: ConditionArguments) => {
Expand Down

0 comments on commit 0268faf

Please sign in to comment.