Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard authored and tluijken committed Feb 26, 2024
1 parent 93a82b6 commit 6880376
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/effects/effects_for_account_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ use crate::{models::{Order, Request}, BuildQueryParametersExt};
/// use stellar_rs::models::*;
///
/// let request = EffectsForAccountRequest::new()
/// .set_account_id("GBL3QJ2MB3KJ7YV7YVXJ5ZL5V6Z5ZL5V6Z5ZL5V6Z5ZL5V6Z5ZL5V6Z".to_string())
/// .unwrap()
/// .set_cursor(1234).unwrap()
/// .set_limit(20).unwrap()
/// .set_order(Order::Desc);
Expand Down

0 comments on commit 6880376

Please sign in to comment.