From 948d24ce66a129734a97efba01cb5d6d8552f4f5 Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Sun, 1 Feb 2026 14:14:02 +0100 Subject: [PATCH] Test: fixes the identifier of two tests Lead to two tests in the testsuite with the same id --- tests/stream-toRdf-manifest.jsonld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/stream-toRdf-manifest.jsonld b/tests/stream-toRdf-manifest.jsonld index 52a6609..d39104a 100755 --- a/tests/stream-toRdf-manifest.jsonld +++ b/tests/stream-toRdf-manifest.jsonld @@ -1701,7 +1701,7 @@ "expectErrorCode": "invalid typed value", "option": {"specVersion": "json-ld-1.1"} }, { - "@id": "#t0124", + "@id": "#te124", "@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest", "jld:StreamTest"], "name": "compact IRI as @vocab", "purpose": "Verifies that @vocab defined as a compact IRI expands properly", @@ -1709,7 +1709,7 @@ "expect": "stream-toRdf/e124-out.nq", "option": {"specVersion": "json-ld-1.1"} }, { - "@id": "#t0125", + "@id": "#te125", "@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest", "jld:StreamTest"], "name": "term as @vocab", "purpose": "Verifies that @vocab defined as a term expands properly",