Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kkawula committed Oct 1, 2024
1 parent 755729d commit 9c82c05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/sncast/tests/e2e/account/add.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ pub async fn test_happy_case_add_profile() {
.expect("Unable to read snfoundry.toml");
assert!(contents.contains("[sncast.my_account_add]"));
assert!(contents.contains("account = \"my_account_add\""));
assert!(contents.contains(&format!("url = \"{}\"", URL)));
}

#[tokio::test]
Expand Down Expand Up @@ -619,4 +620,5 @@ pub async fn test_empty_config_add_profile() {
.expect("Unable to read snfoundry.toml");
assert!(contents.contains("[sncast.random]"));
assert!(contents.contains("account = \"my_account_add\""));
assert!(contents.contains(&format!("url = \"{}\"", URL)));
}

0 comments on commit 9c82c05

Please sign in to comment.