From 2193c94ce8425d1f1c1b198f11492e5a8140ab2f Mon Sep 17 00:00:00 2001 From: iqdecay Date: Tue, 11 Jul 2023 13:30:46 +0200 Subject: [PATCH] test --- .github/workflows/ci.yml | 2 +- packages/fuels-core/src/types/param_types.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d8cd3deb9..de435c4d5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: "" diff --git a/packages/fuels-core/src/types/param_types.rs b/packages/fuels-core/src/types/param_types.rs index ea1891e7e3..35f5264f99 100644 --- a/packages/fuels-core/src/types/param_types.rs +++ b/packages/fuels-core/src/types/param_types.rs @@ -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");