Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Nov 29, 2021
1 parent 51d6366 commit 5d16e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/runtime/tests/runtime_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fn memory_runtime_spawn_invoking_non_ctor_fails() {

assert!(matches!(
receipt.error.unwrap(),
RuntimeError::FuncNotAllowed { .. }
RuntimeError::FuncNotFound { .. }
));
}

Expand Down

0 comments on commit 5d16e8a

Please sign in to comment.