File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ class MaterialTest < ActiveSupport::TestCase
167167 assert_equal 2 , @material . authors . size
168168 john = @material . authors . find { |a | a . name == 'John Doe' }
169169 assert_not_nil john
170- assert_equal '0000-0001-1234-5678 ' , john . orcid
170+ assert_equal '0000-0002-1825-0097 ' , john . orcid
171171 end
172172
173173 test 'should set authors from array of Person objects' do
@@ -250,7 +250,7 @@ class MaterialTest < ActiveSupport::TestCase
250250 assert_equal 2 , @material . contributors . size
251251 john = @material . contributors . find { |c | c . name == 'John Doe' }
252252 assert_not_nil john
253- assert_equal '0000-0001-1234-5678 ' , john . orcid
253+ assert_equal '0000-0002-1825-0097 ' , john . orcid
254254 end
255255
256256 test 'should set contributors from array of Person objects' do
You can’t perform that action at this time.
0 commit comments