From 551a0a761897e4dcb06c702adf62e00ad42de41b Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sat, 18 Dec 2021 09:10:51 -0700 Subject: [PATCH] Fixed broken test after refactor --- geoffrey_api/src/commands/selling.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/geoffrey_api/src/commands/selling.rs b/geoffrey_api/src/commands/selling.rs index d4b396f..3369924 100644 --- a/geoffrey_api/src/commands/selling.rs +++ b/geoffrey_api/src/commands/selling.rs @@ -142,8 +142,7 @@ mod test { Selling::run_command( ctx, - SellingParams { - token: "".to_string(), + &SellingParams { query: "sed".to_string(), sort: None, order: None,