Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 19, 2024
1 parent 15ca488 commit 2115d60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/data/single.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ export const dataset_name_single: Dataset<{ address: string } | { status: number
arg: 'luc.willbreak.eth',
expected: { address: '0x225f137127d9067788314bc7fcc1f36746a3c3B5' },
},
{
label: 'CCIP Coinbase',
arg: 'lucemans.cb.id',
expected: { address: '0x4e7abb71BEe38011c54c30D0130c0c71Da09222b' },
},
// {
// label: 'CCIP Coinbase',
// arg: 'lucemans.cb.id',
// expected: { address: '0x4e7abb71BEe38011c54c30D0130c0c71Da09222b' },
// },
];

export const dataset_address_single: Dataset<{ name: string } | { status: number }> = [
Expand Down

0 comments on commit 2115d60

Please sign in to comment.