Skip to content

Commit

Permalink
Removed debug element
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCAB0 committed Jul 9, 2023
1 parent 4ac9fdc commit f25f6eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ async fn test_get_items_by_price() {
assert_eq!(items.items.len(), 10);
let ok: bool = items.items.iter().all(|item| {
let price: f32 = item.price.parse().unwrap();
println!("{price}");
price <= max as f32 && price >= min as f32
});

Expand Down

0 comments on commit f25f6eb

Please sign in to comment.