diff options
Diffstat (limited to 'test/policies/data/account/data.json')
-rw-r--r-- | test/policies/data/account/data.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/policies/data/account/data.json b/test/policies/data/account/data.json new file mode 100644 index 0000000..df263d3 --- /dev/null +++ b/test/policies/data/account/data.json @@ -0,0 +1,16 @@ +{ + "account_attributes":{ + "11111":{ + "owner":"alice", + "amount":10000 + }, + "22222":{ + "owner":"bob", + "amount":10000 + }, + "33333":{ + "owner":"cam", + "amount":10000 + } + } +} |