diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-11-02 22:29:28 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-11-02 22:29:58 +0100 |
| commit | 85cf5f96d38529b371004b41799ccb3642c18fc3 (patch) | |
| tree | d73090c4ff3e1ece07cae47d6fa8d6ce8396d04d | |
| parent | 39c256d308d200ffbce718b54d1b5a7f64680353 (diff) | |
| download | geldschieberbot-85cf5f96d38529b371004b41799ccb3642c18fc3.tar.gz geldschieberbot-85cf5f96d38529b371004b41799ccb3642c18fc3.zip | |
add missing test status
Fixes: 60f7088
| -rw-r--r-- | test/state_3users_1alias.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/state_3users_1alias.json b/test/state_3users_1alias.json new file mode 100644 index 0000000..ed9cfd6 --- /dev/null +++ b/test/state_3users_1alias.json @@ -0,0 +1 @@ +{"balance": {"alice": {"bob": 0, "charlie": 0}, "bob": {"alice": 0, "charlie": 0}, "charlie": {"alice": 0, "bob": 0}}, "name2num": {"alice": "+49123456", "bob": "+49654321", "charlie": "+49615243"}, "num2name": {"+49123456": "alice", "+49654321": "bob", "+49615243": "charlie"}, "cars": {}, "scheduled_cmds": {}, "changes": {"alice": [], "bob": [], "charlie": []}, "aliases": {"alob": ["alice", "bob"]}}
\ No newline at end of file |
