Skip to content

Commit b69c2cc

Browse files
committed
Derive Debug for EnvsOptions
1 parent 5c94866 commit b69c2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/testing/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ pub struct Envs {
468468
/// assert_eq!(env.block.chain_id, "megachain");
469469
/// assert_eq!(env.contract.address.as_str(), "mega1jpev2csrppg792t22rn8z8uew8h3sjcpglcd0qv9g8gj8ky922ts7vnj8h");
470470
/// ```
471-
#[derive(Clone)]
471+
#[derive(Clone, Debug)]
472472
#[non_exhaustive]
473473
pub struct EnvsOptions {
474474
pub bech32_prefix: &'static str, /* static due to MockApi's Copy requirement. No better idea for now. */

0 commit comments

Comments
 (0)