Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Oct 30, 2020
1 parent f340625 commit 8abdfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/graphql/types/work_type_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
describe "create claim", elasticsearch: true, vcr: true do
let(:query) do
%(mutation {
createClaim(doi: "10.5438/4hr0-d640", id: "d140d44e-af70-43ec-a90b-49878a954487", sourceId: "auto_update") {
createClaim(doi: "10.5438/4hr0-d640", id: "d140d44e-af70-43ec-a90b-49878a954487", sourceId: "orcid_update") {
claim {
id
state
Expand Down

0 comments on commit 8abdfc2

Please sign in to comment.