Skip to content

Commit

Permalink
moved block.bin to testing/data (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigh-latte authored Nov 10, 2021
1 parent 4469110 commit 0de4b62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func TestNewTxFromReader(t *testing.T) {
var err error
var n int

f, err := os.Open("./block.bin")
f, err := os.Open("./testing/data/block.bin")
if err != nil {
t.Error(err)
t.FailNow()
Expand Down

0 comments on commit 0de4b62

Please sign in to comment.