Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
politeWall committed Nov 30, 2023
1 parent 4e89c51 commit 5a96af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/spot_order/spot_order.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::types::{spot_order_type::SpotOrderType, OrderPrice, Status};
use crate::types::{spot_order_type::SpotOrderType, Date, OrderPrice, Status};
use cosmwasm_schema::cw_serde;
use cosmwasm_std::{Addr, Coin};

Expand Down

0 comments on commit 5a96af0

Please sign in to comment.