From 29381a264a1fb0208092bd5ec335631d8077660d Mon Sep 17 00:00:00 2001 From: hswick Date: Fri, 4 May 2018 23:39:55 -0500 Subject: [PATCH] Updated test --- test/exw3_test.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/exw3_test.exs b/test/exw3_test.exs index ea0badc..f0374c6 100644 --- a/test/exw3_test.exs +++ b/test/exw3_test.exs @@ -47,6 +47,7 @@ defmodule EXW3Test do ExW3.Contract.deploy( SimpleStorage, bin: ExW3.load_bin("test/examples/build/SimpleStorage.bin"), + args: [], options: %{ gas: 300_000, from: Enum.at(context[:accounts], 0)