Skip to content

Commit

Permalink
test: resolve chains via argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlyy committed Mar 14, 2024
1 parent 4c435f9 commit 87c5233
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ describe(BlockchainOAppConfigurationProvider.name, () => {
Logger.SILENT,
)

const result = await provider.getConfiguration(oAppAddress)
const result = await provider.getConfiguration(
oAppAddress,
ChainId.getAll(),
)

const keys = Object.keys(result)

Expand Down

0 comments on commit 87c5233

Please sign in to comment.