tests: unify testdata directory
This commit is contained in:
@@ -55,7 +55,7 @@ func TestParseNBits(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestBlockHeader(t *testing.T) {
|
||||
testBlocks, err := os.Open("testdata/blocks")
|
||||
testBlocks, err := os.Open("../testdata/blocks")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user