Skip to content

Commit

Permalink
Fix malformed URI in PropertyComponent test
Browse files Browse the repository at this point in the history
Thanks, @ndushay!
  • Loading branch information
mjgiarlo committed May 29, 2019
1 parent 5fd3365 commit af1ccf4
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 af1ccf4

Please sign in to comment.