Skip to content

Commit

Permalink
Rename tests to tools (#116)
Browse files Browse the repository at this point in the history
* REname tests to tools

Rename tests to tools for better clarity.

* Fix cargo
  • Loading branch information
linuskendall authored Sep 18, 2023
1 parent b0e4bc3 commit 2a58da5
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ members = [
"digital_asset_types",
"metaplex-rpc-proxy",
"nft_ingester",
"tests/acc_forwarder",
"tests/bgtask_creator",
"tests/load_generation",
"tests/tree-status",
"tests/txn_forwarder",
"tools/acc_forwarder",
"tools/bgtask_creator",
"tools/load_generation",
"tools/tree-status",
"tools/txn_forwarder",
]
exclude = [
"das_api",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2a58da5

Please sign in to comment.