Skip to content

Commit 3a748f4

Browse files
committed
Reorder types in expand/pr30-out for ordered tests.
1 parent 8821def commit 3a748f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/expand/pr30-out.jsonld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{
33
"@id": "http://example.com/1",
44
"@type": [
5-
"http://example.org/ns/Foo",
6-
"http://example.org/ns/Bar"
5+
"http://example.org/ns/Bar",
6+
"http://example.org/ns/Foo"
77
]
88
}
99
]

0 commit comments

Comments
 (0)