Skip to content

Commit

Permalink
Ensure index is created before running the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhoads committed Jun 3, 2022
1 parent 5578a56 commit cde41e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/graphql/types/repository_type_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
}
}"
ReferenceRepository.import(force: true)
VCR.use_cassette("ReferenceRepositoryType/re3Data/R3BW5R") do
@ref_repo2 = create(:reference_repository, re3doi: "10.17616/R3BW5R")
end
Expand Down

0 comments on commit cde41e2

Please sign in to comment.