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

Commit

Permalink
fix chain_checker test
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Nov 24, 2023
1 parent 5c8f220 commit f981819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fn size_checker() {

#[test]
fn chain_checker() {
assert!(ChainConfig::from_str("gemini3f").is_ok());
assert!(ChainConfig::from_str("gemini3g").is_ok());
assert!(ChainConfig::from_str("devv").is_err());
}

Expand Down

0 comments on commit f981819

Please sign in to comment.