Skip to content

Commit

Permalink
test: add types for schema
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi committed Jul 14, 2023
1 parent ee8445b commit 3892ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ describe('Running @erc725/erc725.js tests...', () => {
]);
});

const e2eSchema: any = [
const e2eSchema: ERC725JSONSchema[] = [
{
name: 'LSP3Profile',
key: '0x5ef83ad9559033e6e941db7d7c495acdce616347d28e90c7ce47cbfcfcad3bc5',
Expand Down Expand Up @@ -309,7 +309,7 @@ describe('Running @erc725/erc725.js tests...', () => {
const ERC725_V5_CONTRACT_ADDRESS =
'0x4b30900F119E11D2A8CAe18176c4f9840E586Cc4';

const e2eSchema: any = [
const e2eSchema: ERC725JSONSchema[] = [
{
name: 'LSP3Profile',
key: '0x5ef83ad9559033e6e941db7d7c495acdce616347d28e90c7ce47cbfcfcad3bc5',
Expand Down

0 comments on commit 3892ade

Please sign in to comment.