tests: unify testdata directory

This commit is contained in:
George Tankersley
2018-12-14 19:17:27 -05:00
parent 313adc8432
commit abca4335ec
14 changed files with 15 additions and 57 deletions

View File

@@ -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)
}