Skip to content

Commit fc7867d

Browse files
committed
Add attribute #[test_only] to module only used in test. Fixes #89
1 parent 833a732 commit fc7867d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aptos-move/framework/aptos-framework/sources/atomic_bridge.move

+1
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ module aptos_framework::atomic_bridge_store {
526526
use aptos_std::aptos_hash::keccak256;
527527
use aptos_std::smart_table;
528528
use aptos_std::smart_table::SmartTable;
529+
#[test_only]
529530
use aptos_framework::atomic_bridge_configuration;
530531
use aptos_framework::ethereum::EthereumAddress;
531532
use aptos_framework::system_addresses;

0 commit comments

Comments
 (0)