fix: Add berries_per_focus_minute to the config test

This commit is contained in:
demenik
2025-12-10 17:48:17 +01:00
parent 5106561503
commit 70720f82e2

View File

@@ -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
}"#, }"#,
); );