Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty committed Jun 18, 2024
1 parent b3ba146 commit aca8c98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/show.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ latest-{target} (default)
- forc-tx : 0.1.0
- forc-wallet : 0.1.0
fuel-core : 0.1.0
fuel-core-keygen : not found
fuel-core-keygen : 0.1.0
"#
);

Expand Down Expand Up @@ -88,7 +88,7 @@ latest-{target} (default)
- forc-tx : 0.1.0
- forc-wallet : 0.1.0
fuel-core : 0.1.0
fuel-core-keygen : not found
fuel-core-keygen : 0.1.0
"#
);
assert_eq!(stdout, expected_stdout);
Expand Down Expand Up @@ -124,7 +124,7 @@ nightly-{target} (default)
- forc-tx : 0.2.0
- forc-wallet : 0.2.0
fuel-core : 0.2.0
fuel-core-keygen : not found
fuel-core-keygen : 0.2.0
"#
);
assert_eq!(stdout, expected_stdout);
Expand Down Expand Up @@ -251,7 +251,7 @@ latest-{target} (default)
- forc-tx : 0.1.0
- forc-wallet : 0.1.0
fuel-core : 0.1.0
fuel-core-keygen : not found
fuel-core-keygen : 0.1.0
"#,
);
assert_eq!(stdout, expected_stdout);
Expand Down Expand Up @@ -300,7 +300,7 @@ nightly-2022-08-30-{target} (override), path: {ovveride_path_str}
- forc-tx : 0.2.0
- forc-wallet : 0.2.0
fuel-core : 0.2.0
fuel-core-keygen : not found
fuel-core-keygen : 0.2.0
"#,
);
assert_eq!(stdout, expected_stdout);
Expand Down

0 comments on commit aca8c98

Please sign in to comment.