Skip to content

Commit

Permalink
Change testnet testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-pease authored and tluijken committed Jul 26, 2024
1 parent d58ecb2 commit 33c56f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stellar_rust_sdk/src/order_book/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ pub mod tests {
use crate::horizon_client;
use crate::order_book::prelude::{Asset, AssetType, DetailsRequest};

const BIDS_N: &u32 = &4;
const BIDS_N: &u32 = &3;
const BIDS_D: &u32 = &1;
const BIDS_PRICE: &str = "4.0000000";
const BIDS_PRICE: &str = "3.0000000";
const ASKS_N: &u32 = &5;
const ASKS_D: &u32 = &1;
const ASKS_PRICE: &str = "5.0000000";
Expand Down

0 comments on commit 33c56f8

Please sign in to comment.