Skip to content

Commit 3109fbe

Browse files
committed
Moving file for tests to testdata folder.
1 parent 3aa1ced commit 3109fbe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

blindsign/blindrsa/blindrsa_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ func verifyTestVector(t *testing.T, vector testVector) {
362362
}
363363

364364
func TestVectors(t *testing.T) {
365-
data, err := ioutil.ReadFile("test_vectors.json")
365+
data, err := ioutil.ReadFile("testdata/test_vectors.json")
366366
if err != nil {
367367
t.Fatal("Failed reading test vectors:", err)
368368
}

0 commit comments

Comments
 (0)