Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Nov 1, 2024
1 parent 571410b commit fdab109
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions spec/lib/issue_content_generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
---
Comment: Please add this!
**Comment:** Please add this!
This request comes from BioPortal user: Daenerys Targaryen
Proposal generated by: BioPortal user 'Daenerys Targaryen'
ORCID:
HEREDOC

content = KGCL::IssueContentGenerator.call(params)
Expand All @@ -36,6 +38,8 @@
curie: 'MONDO:0009662',
concept_label: 'mucopolysaccharidosis type 7',
username: 'Sansa Stark',
github_id: 'sstark',
orcid_id: '0000-1234-5678-0000',
remove_synonym: { synonym: 'Gus deficiency', comment: "I don't think this is correct!" }
}

Expand All @@ -47,9 +51,11 @@
---
Comment: I don't think this is correct!
**Comment:** I don't think this is correct!
Proposal generated by: @sstark
This request comes from BioPortal user: Sansa Stark
ORCID: 0000-1234-5678-0000
HEREDOC

content = KGCL::IssueContentGenerator.call(params)
Expand Down

0 comments on commit fdab109

Please sign in to comment.