From db693dd20b1dcacb734b183714ab740a3671a9e2 Mon Sep 17 00:00:00 2001 From: Geoffrey Hayes Date: Wed, 13 Sep 2017 10:55:11 -0700 Subject: [PATCH] Add 12th block to Ropsten test This patch adds the 12th block to our Ropsten test code. This shows where we are currently failing to properly process a block. --- test/ropsten_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ropsten_test.exs b/test/ropsten_test.exs index 2309b10..c6e1b9c 100644 --- a/test/ropsten_test.exs +++ b/test/ropsten_test.exs @@ -8,7 +8,7 @@ defmodule RopstenTest do use ExUnit.Case, async: true - @n 11 + @n 12 setup_all do blocks = File.read!("test/support/ropsten_blocks.dat")