Skip to content
Snippets Groups Projects
Commit 38690cfe authored by Éloïs's avatar Éloïs
Browse files

tests(cucumber): reproduce bug #62

parent e16ccd5f
Branches
Tags
1 merge request!63fix(gdev): add constant tx fees (2 cents by tx) to prevent #62
......@@ -26,3 +26,14 @@ Feature: Balance transfer
"""
Then eve should have 2 ĞD
Scenario: Create a new account without any founds
Then eve should have 0 ĞD
When eve send 0 ĞD to alice
Then alice should have 10 ĞD
When alice send 5 ĞD to eve
Then eve should have 5 ĞD
When 1 block later
"""
The blockchain should automatically withdraw account creation tax (3 ĞD)
"""
Then eve should have 2 ĞD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment