Skip to content

Commit

Permalink
Fix integration tests (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh authored Nov 28, 2024
1 parent b972e60 commit f945848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions codegenerator/cli/src/config_parsing/chain_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ pub enum Network {
#[subenum(NetworkWithExplorer)]
Taiko = 167000,

#[subenum(HypersyncNetwork, NetworkWithExplorer)]
#[subenum(NetworkWithExplorer)]
Tangle = 5845,

#[subenum(HypersyncNetwork, NetworkWithExplorer)]
Expand Down Expand Up @@ -507,7 +507,7 @@ impl HypersyncNetwork {
| Holesky => Silver,

Zora | MoonbaseAlpha | Morph | LuksoTestnet | Kroma | GnosisChiado | Lukso | Gnosis
| C1Milkomeda | Crab | Tangle | Sophon | Flare | PolygonZkevm | MevCommit => Bronze,
| C1Milkomeda | Crab | Sophon | Flare | PolygonZkevm | MevCommit => Bronze,

SophonTestnet | MorphTestnet | GaladrielDevnet | CitreaTestnet | Goerli
| BscTestnet | UnichainSepolia | Zircuit => Experimental,
Expand Down
2 changes: 1 addition & 1 deletion codegenerator/integration_tests/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ async fn all_hypersync_networks_are_included() {

#[tokio::main]
async fn main() {
all_hypersync_networks_are_included().await;
run_all_init_combinations().await;
all_hypersync_networks_are_included().await;
}

// This slows down all the integration tests, so we don't run it by default.
Expand Down

0 comments on commit f945848

Please sign in to comment.