Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iqdecay committed Jul 11, 2023
1 parent 10b4244 commit 2193c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
RUSTFLAGS: "-D warnings"
FUEL_CORE_VERSION: 0.19.1
RUST_VERSION: 1.70.0
FORC_VERSION: 0.40.1
FORC_VERSION: 0.42.1
FORC_PATCH_BRANCH: ""
FORC_PATCH_REVISION: ""

Expand Down
1 change: 1 addition & 0 deletions packages/fuels-core/src/types/param_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,7 @@ mod tests {
assert_eq!(param_type, ParamType::RawSlice);
}

#[test]
fn try_std_string_correctly_resolves_param_type() {
let the_type = given_type_with_path("std::string::String");

Expand Down

0 comments on commit 2193c94

Please sign in to comment.