fix: Add berries_per_focus_minute to the config test
This commit is contained in:
@@ -26,7 +26,8 @@ fn test_load_valid_config() {
|
|||||||
"shovel_base_price": 10,
|
"shovel_base_price": 10,
|
||||||
"shovel_rate": 0.2,
|
"shovel_rate": 0.2,
|
||||||
"berry_seeds": [],
|
"berry_seeds": [],
|
||||||
"wonder_event_url": "wss://pomomon.farm/ws"
|
"wonder_event_url": "wss://pomomon.farm/ws",
|
||||||
|
"berries_per_focus_minute": 1
|
||||||
}"#,
|
}"#,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user