diff --git a/packages/fuels/Forc.toml b/packages/fuels/Forc.toml index c9c0cf767a..947f9f8938 100644 --- a/packages/fuels/Forc.toml +++ b/packages/fuels/Forc.toml @@ -89,8 +89,7 @@ members = [ 'tests/types/scripts/options_results', 'tests/types/scripts/script_bytes', 'tests/types/scripts/script_generics', - # TODO: once sway bug is fixed : https://github.com/FuelLabs/sway/issues/5145 - # 'tests/types/scripts/script_raw_slice', + 'tests/types/scripts/script_raw_slice', 'tests/types/scripts/script_std_lib_string', 'tests/types/scripts/script_tuples', 'tests/types/scripts/script_u128',