Skip to content

Commit

Permalink
Fix test_no_scarb_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob committed Oct 31, 2024
1 parent e510eaa commit 61e8f2a
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions crates/sncast/tests/e2e/declare_deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,20 +384,21 @@ fn test_no_scarb_profile() {

let expected = indoc!(
"
[..]
[WARNING] Profile profile5 does not exist in scarb, using default 'dev' profile.
command: [..]
class_hash: [..]
contract_address: [..]
declare_transaction_hash: [..]
deploy_transaction_hash: [..]
To see declaration and deployment details, visit:
class: [..]
contract: [..]
declaration transaction: [..]
deployment transaction: [..]
"
[..]
command: [..]
class_hash: [..]
contract_address: [..]
declare_transaction_hash: [..]
deploy_transaction_hash: [..]
To see declaration and deployment details, visit:
class: [..]
contract: [..]
declaration transaction: [..]
deployment transaction: [..]
[..]
[WARNING] Profile profile5 does not exist in scarb, using 'release' profile.
"
);

assert_stdout_contains(output, expected);
Expand Down

0 comments on commit 61e8f2a

Please sign in to comment.