Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
rienafairefr committed Dec 23, 2016
1 parent 7e9a33c commit 74c8987
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testscripts/test_knowledge.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
transaction = Transaction(
cleared='Uncleared',
date=datetime.now(),
entities_account_id=account.id,
entities_account=account,
amount=random.randrange(-10, 10)
)
client.add_transaction(transaction)
client.sync()

0 comments on commit 74c8987

Please sign in to comment.