Skip to content

Commit

Permalink
Fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed May 31, 2024
1 parent 631cd57 commit 55836d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions packages/std/src/testing/message_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ pub fn message_info(sender: &Addr, funds: &[Coin]) -> MessageInfo {

#[cfg(test)]
mod tests {
use cosmwasm_core::Uint128;

use crate::coins;

use super::*;
use crate::{coins, Uint128};

#[test]
fn message_info_works() {
Expand Down
3 changes: 0 additions & 3 deletions packages/std/src/testing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
// Exposed for testing only
// Both unit tests and integration tests are compiled to native code, so everything in here does not need to compile to Wasm.

<<<<<<< HEAD
mod assertions;
=======
mod message_info;
>>>>>>> 70f880921 (Add message_info function)
mod mock;

pub use assertions::assert_approx_eq_impl;
Expand Down

0 comments on commit 55836d1

Please sign in to comment.