Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Jul 28, 2023
1 parent 1a30396 commit 59afd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/papers_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
parsed_response = JSON.parse(response.body)
expect(parsed_response['submitted']).to eq(3.days.ago.strftime('%d %B %Y'))
expect(parsed_response['accepted']).to eq(2.days.ago.strftime('%d %B %Y'))
expect(parsed_response['doi']).to eq('10.21105/joss.00000')
expect(parsed_response['doi']).to eq('10.21105/jose.00000')
end

it "should return paper's track short name" do
Expand Down

0 comments on commit 59afd3f

Please sign in to comment.