diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-03-15 21:03:45 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-03-15 21:03:45 +0100 |
| commit | 7d2b5de4552834628c68228e12a68c2e29e52791 (patch) | |
| tree | 6a743dc9015bb09c06f1e22b384656df12b05ab5 /test/state.json_2cars | |
| parent | 2ee80349a22982e153fdd892c3649b880a16fa96 (diff) | |
| download | geldschieberbot-7d2b5de4552834628c68228e12a68c2e29e52791.tar.gz geldschieberbot-7d2b5de4552834628c68228e12a68c2e29e52791.zip | |
add tests
Diffstat (limited to 'test/state.json_2cars')
| -rw-r--r-- | test/state.json_2cars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/state.json_2cars b/test/state.json_2cars new file mode 100644 index 0000000..05091a9 --- /dev/null +++ b/test/state.json_2cars @@ -0,0 +1 @@ +{"balance": {"alice": {"bob": 0, "charlie": 0, "foo": 0, "bar": 0}, "bob": {"alice": 0, "charlie": 0, "foo": 0, "bar": 0}, "charlie": {"alice": 0, "bob": 0, "foo": 0, "bar": 0}, "foo": {"alice": 0, "bob": 0, "charlie": 0, "bar": 0}, "bar": {"alice": 0, "bob": 0, "charlie": 0, "foo": 0}}, "name2num": {"alice": "+49123456", "bob": "+49654321", "charlie": "+49615243"}, "num2name": {"+49123456": "alice", "+49654321": "bob", "+49615243": "charlie"}, "cars": {"foo": 4, "bar": 2}, "scheduled_cmds": {}, "changes": {"alice": [], "bob": [], "charlie": []}}
\ No newline at end of file |
