Skip to content

Commit

Permalink
fix type test
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jul 27, 2023
1 parent c5200c9 commit 3f8a77a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/std-client/src/contractComponents.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ describe("store/contractComponents", () => {
y: RecsType.Number;
},
{
contractId: `0x${string}`;
tableId: string;
},
undefined
readonly componentName: "Vector2";
readonly tableName: "mudstore:Vector2";
readonly keySchema: { key: "bytes32" };
readonly valueSchema: { x: "uint32"; y: "uint32" };
}
>
>();
});

0 comments on commit 3f8a77a

Please sign in to comment.