Skip to content

Commit

Permalink
Add attribute #[test_only] to module only used in test. Fixes #89
Browse files Browse the repository at this point in the history
  • Loading branch information
franck44 committed Nov 7, 2024
1 parent 833a732 commit fc7867d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ module aptos_framework::atomic_bridge_store {
use aptos_std::aptos_hash::keccak256;
use aptos_std::smart_table;
use aptos_std::smart_table::SmartTable;
#[test_only]
use aptos_framework::atomic_bridge_configuration;
use aptos_framework::ethereum::EthereumAddress;
use aptos_framework::system_addresses;
Expand Down

0 comments on commit fc7867d

Please sign in to comment.