From af1ccf4f09571bf9ad2653f477ec0fe95e3bd5b2 Mon Sep 17 00:00:00 2001 From: "Michael J. Giarlo" Date: Wed, 29 May 2019 14:22:59 -0700 Subject: [PATCH] Fix malformed URI in PropertyComponent test Thanks, @ndushay! --- __tests__/components/editor/PropertyComponent.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/components/editor/PropertyComponent.test.js b/__tests__/components/editor/PropertyComponent.test.js index 79f8db1bc..d7a84d78f 100644 --- a/__tests__/components/editor/PropertyComponent.test.js +++ b/__tests__/components/editor/PropertyComponent.test.js @@ -66,7 +66,7 @@ describe('', () => { describe('when there are no configuration values from the property template', () => { describe('for unconfigured templates of type:literal', () => { const template = { - "propertyURI": "http//:id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", "type": "literal" }