Skip to content

Commit 52fd18f

Browse files
committed
Fix the test for DocumentLoader that started failing after file moves
1 parent d07dfb9 commit 52fd18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ld/document_loader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func BenchmarkLoadNQuads(b *testing.B) {
5454
}
5555

5656
func TestParseLinkHeader(t *testing.T) {
57-
rval := ParseLinkHeader("<remote-doc-0010-context.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\"")
57+
rval := ParseLinkHeader("<remote-doc/0010-context.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\"")
5858

5959
assert.Equal(
6060
t,

0 commit comments

Comments
 (0)