Skip to content

Commit

Permalink
iota-indexer: Add tests for TransactionBuilder api
Browse files Browse the repository at this point in the history
  • Loading branch information
tomxey committed Oct 30, 2024
1 parent f1935f4 commit 9b4a9c4
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/iota-indexer/tests/rpc-tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ mod move_utils;
#[cfg(feature = "shared_test_runtime")]
mod read_api;

#[cfg(feature = "shared_test_runtime")]
mod transaction_builder;

#[cfg(feature = "shared_test_runtime")]
mod write_api;
Loading

0 comments on commit 9b4a9c4

Please sign in to comment.