Skip to content

Commit db693dd

Browse files
committed
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.
1 parent af47392 commit db693dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ropsten_test.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule RopstenTest do
88

99
use ExUnit.Case, async: true
1010

11-
@n 11
11+
@n 12
1212

1313
setup_all do
1414
blocks = File.read!("test/support/ropsten_blocks.dat")

0 commit comments

Comments
 (0)