Skip to content

Commit

Permalink
Try smaller batch publication
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Jul 12, 2023
1 parent 8264dc0 commit beaf029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/controllers/publications_controller_test.rb
Expand Up @@ -20,8 +20,8 @@ def test_should_get_index
def test_should_create_new_batch
assert_difference('Publication.count') do
post :create_from_list,
params: { pn_id_list: 'papyri.info/hgv/3147 papyri.info/hgv/3148 papyri.info/hgv/3149 papyri.info/ddbdp/bgu;7;1520 papyri.info/ddbdp/bgu;7;1521 papyri.info/ddbdp/bgu;7;1522' }
# assert_equal 'Publication was successfully created.', flash[:notice]
params: { pn_id_list: 'papyri.info/hgv/3147 papyri.info/hgv/3148' }
assert_equal 'Publication was successfully created.', flash[:notice
end
assert_equal 6, assigns(:publication).identifiers.size
end
Expand Down

0 comments on commit beaf029

Please sign in to comment.