Skip to content

Commit

Permalink
test_citation_can_be_added_and_updated
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Jan 31, 2024
1 parent 6a2368a commit ccb15d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/factories/CitationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function definition()
$author = $author1.', '.$author2;

return [
'doi' => null,
'doi' => "10.102X/acs.jnatprod.1c01SS",
'title' => $this->faker->title(),
'authors' => $author,
'citation_text' => $this->faker->text(),
Expand Down

0 comments on commit ccb15d8

Please sign in to comment.