Skip to content

Commit

Permalink
Fix malformed URI in PropertyComponent test (#580)
Browse files Browse the repository at this point in the history
Fix malformed URI in PropertyComponent test
  • Loading branch information
mjgiarlo committed May 29, 2019
2 parents 5fd3365 + af1ccf4 commit 30cf74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/components/editor/PropertyComponent.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('<PropertyComponent />', () => {
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"
}

Expand Down

0 comments on commit 30cf74a

Please sign in to comment.