aboutsummaryrefslogtreecommitdiff
path: root/test/state_minimize.json
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-11-06 09:50:44 +0100
committerFlorian Fischer <florian.fischer@muhq.space>2025-11-06 09:55:33 +0100
commit08f50826ec76442d2a010bb23fda0ce66efad99d (patch)
tree69c7d00d41f51e068dae8d3b259816437e6614c9 /test/state_minimize.json
parent53be8ed80cf8b92e011b34ea8bf2e602adb8621e (diff)
downloadgeldschieberbot-08f50826ec76442d2a010bb23fda0ce66efad99d.tar.gz
geldschieberbot-08f50826ec76442d2a010bb23fda0ce66efad99d.zip
export the minimize command from the geldschieberbotminimize
Diffstat (limited to 'test/state_minimize.json')
-rw-r--r--test/state_minimize.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/test/state_minimize.json b/test/state_minimize.json
new file mode 100644
index 0000000..1828a94
--- /dev/null
+++ b/test/state_minimize.json
@@ -0,0 +1,34 @@
+{
+ "balance": {
+ "alice": {
+ "bob": 10,
+ "charlie": -10
+ },
+ "bob": {
+ "alice": -10,
+ "charlie": 10
+ },
+ "charlie": {
+ "alice": 10,
+ "bob": -10
+ }
+ },
+ "name2num": {
+ "alice": "+49123456",
+ "bob": "+49654321",
+ "charlie": "+49615243"
+ },
+ "num2name": {
+ "+49123456": "alice",
+ "+49654321": "bob",
+ "+49615243": "charlie"
+ },
+ "available_cars": {},
+ "scheduled_cmds": {},
+ "changes": {
+ "alice": [],
+ "bob": [],
+ "charlie": []
+ },
+ "aliases": {}
+}