Skip to content

Commit

Permalink
[transactional tests] Migrated adapter tests (MystenLabs#1929)
Browse files Browse the repository at this point in the history
- Migrated adapter tests
- Fixed bug in messages.rs (assumed correct address setup, which is verified in the adapter)
  • Loading branch information
tnowacki authored May 16, 2022
1 parent 041a16f commit 670c12d
Show file tree
Hide file tree
Showing 23 changed files with 353 additions and 1,019 deletions.
4 changes: 0 additions & 4 deletions sui_programmability/adapter/src/adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ use std::{

pub use move_vm_runtime::move_vm::MoveVM;

#[cfg(test)]
#[path = "unit_tests/adapter_tests.rs"]
mod adapter_tests;

pub fn new_move_vm(natives: NativeFunctionTable) -> Result<MoveVM, SuiError> {
MoveVM::new(natives).map_err(|_| SuiError::ExecutionInvariantViolation)
}
Expand Down
Loading

0 comments on commit 670c12d

Please sign in to comment.