From 78550a310523bc1b6545930e9f3807a69ff5b34e Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 4 Jul 2022 14:51:50 +0200 Subject: test: sanely name test state files --- test/state_transactions1.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/state_transactions1.json (limited to 'test/state_transactions1.json') diff --git a/test/state_transactions1.json b/test/state_transactions1.json new file mode 100644 index 0000000..990f5fe --- /dev/null +++ b/test/state_transactions1.json @@ -0,0 +1 @@ +{"balance": {"alice": {"bob": 1, "charlie": 100}, "bob": {"alice": -1, "charlie": 4200}, "charlie": {"alice": -100, "bob": -4200}}, "name2num": {"alice": "+49123456", "bob": "+49654321", "charlie": "+49615243"}, "num2name": {"+49123456": "alice", "+49654321": "bob", "+49615243": "charlie"}, "cars": {}, "scheduled_cmds": {}, "changes": {"alice": [[["!schieb", "charlie", "1,1"], ["alice", "charlie", 110]], [["!zieh", "charlie", "2.1"], ["alice", "charlie", -210]], [["!zieh", "bob", "0.01"], ["alice", "bob", -1]]], "bob": [], "charlie": [[["!schieb", "bob", "42"], ["charlie", "bob", 4200]]]}} \ No newline at end of file -- cgit v1.2.3