Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
FIX: Update dependency test
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Nov 29, 2023
1 parent 3406feb commit 5b89d96
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fendermint/eth/hardhat/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ mod tests {
// These are all the libraries based on the `scripts/deploy-libraries.ts` in `ipc-solidity-actors`.
const IPC_DEPS: [&str; 5] = [
"AccountHelper",
"CheckpointHelper",
"SubnetIDHelper",
"CrossMsgHelper",
"StorableMsgHelper",
"LibStaking",
];

#[test]
Expand Down Expand Up @@ -336,9 +336,12 @@ mod tests {
let root_contracts: Vec<(String, &str)> = vec![
"GatewayDiamond",
"GatewayManagerFacet",
"GatewayRouterFacet",
"GatewayGetterFacet",
"GatewayMessengerFacet",
"GatewayRouterFacet",
"SubnetRegistryDiamond",
"SubnetActorGetterFacet",
"SubnetActorManagerFacet",
]
.into_iter()
.map(|c| (format!("{c}.sol"), c))
Expand Down

0 comments on commit 5b89d96

Please sign in to comment.