From b8a18feb51ed10ea56af47d4486f9c90bf713a0a Mon Sep 17 00:00:00 2001 From: kumavis Date: Fri, 27 Apr 2018 17:12:52 -0700 Subject: test - unit - send from test accounts to avoid not-enough-balance error from ganache --- test/unit/tx-utils-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/tx-utils-test.js') diff --git a/test/unit/tx-utils-test.js b/test/unit/tx-utils-test.js index ae7afd285..be16225ba 100644 --- a/test/unit/tx-utils-test.js +++ b/test/unit/tx-utils-test.js @@ -95,4 +95,4 @@ describe('txUtils', function () { txUtils.validateFrom(txParams) }) }) -}) \ No newline at end of file +}) -- cgit