Skip to content

Commit

Permalink
Fixed cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrug-rdx committed May 13, 2024
1 parent 982d4db commit ad2bf64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion radix-clis/assets/template/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ fn test_hello() {
fn test_hello_with_test_environment() -> Result<(), RuntimeError> {
// Arrange
let mut env = TestEnvironment::new();
let package_address = PackageFactory::compile_and_publish(this_package!(), &mut env)?;
let package_address =
PackageFactory::compile_and_publish(this_package!(), &mut env, CompileProfile::Fast)?;

let mut hello = Hello::instantiate_hello(package_address, &mut env)?;

Expand Down

0 comments on commit ad2bf64

Please sign in to comment.