Skip to content

Commit

Permalink
Add 12th block to Ropsten test
Browse files Browse the repository at this point in the history
This patch adds the 12th block to our Ropsten test code. This shows where we are currently failing to properly process a block.
  • Loading branch information
hayesgm committed Sep 22, 2017
1 parent af47392 commit db693dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ropsten_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit db693dd

Please sign in to comment.