mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 07:37:03 +08:00
graph/formats/rdf: work around unhelpful mechanical lawyer
This commit is contained in:
@@ -21,7 +21,7 @@ func TestRDFWorkingGroupSuite(t *testing.T) {
|
||||
"ntriple_tests.tar.gz",
|
||||
"nquad_tests.tar.gz",
|
||||
} {
|
||||
suite, err := os.Open(file)
|
||||
suite, err := os.Open(filepath.Join("testdata", file))
|
||||
if err != nil {
|
||||
t.Fatalf("Failed to open test suite in %q: %v", file, err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user