samples: add sample CSV files
This commit is contained in:
parent
1b7471dfb8
commit
e66f4f687d
6
samples/insufficient_funds.csv
Normal file
6
samples/insufficient_funds.csv
Normal file
|
@ -0,0 +1,6 @@
|
|||
type, client, tx, amount
|
||||
deposit, 1, 1, 1.0
|
||||
deposit, 2, 2, 2.0
|
||||
deposit, 1, 3, 2.0
|
||||
withdrawal, 1, 4, 1.5
|
||||
withdrawal, 2, 5, 3.0
|
|
6
samples/simple.csv
Normal file
6
samples/simple.csv
Normal file
|
@ -0,0 +1,6 @@
|
|||
type, client, tx, amount
|
||||
deposit, 1, 1, 1.0
|
||||
deposit, 2, 2, 2.0
|
||||
deposit, 1, 3, 2.0
|
||||
withdrawal, 1, 4, 1.5
|
||||
withdrawal, 2, 5, 2.0
|
|
Loading…
Reference in a new issue