Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemoldrup committed May 14, 2024
1 parent 91ad497 commit 0f60fea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contract-testing/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@ pub(crate) const UPDATE_CONTRACT_INSTANCE_BASE_COST: Energy = Energy {
/// The name of the environment variable that holds the path to the contract
/// module file. To load the module, use the
/// [`module_load_contract`](crate::module_load_contract) function.
pub const CONTRACT_MODULE_OUTPUT_PATH_ENV_VAR: &'static str =
"CARGO_CONCORDIUM_TEST_MODULE_OUTPUT_PATH";
pub const CONTRACT_MODULE_OUTPUT_PATH_ENV_VAR: &str = "CARGO_CONCORDIUM_TEST_MODULE_OUTPUT_PATH";

0 comments on commit 0f60fea

Please sign in to comment.