Skip to content

Commit

Permalink
fix: checkpoint test (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncitron committed Mar 15, 2024
1 parent 5ee0477 commit 949045e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/tests/checkpoints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ async fn test_checkpoint_fallback() {

assert_eq!(
cf.networks,
[networks::Network::MAINNET, networks::Network::GOERLI].to_vec()
[
networks::Network::MAINNET,
networks::Network::GOERLI,
networks::Network::SEPOLIA
]
.to_vec()
);
}

Expand Down

0 comments on commit 949045e

Please sign in to comment.