Skip to content

Commit

Permalink
Update test to reflect fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel committed Sep 28, 2021
1 parent 9f51284 commit 6664183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/spec/system/import_from_csv_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
attach_file('csv_import[manifest]', csv_file, make_visible: true)
click_on 'Preview Import'
click_on 'Start Import'
end.to change { Work.count }.by(2)
end.to change { Work.count }.by(3)
.and change { Collection.count }.by(3)
end
end
Expand Down

0 comments on commit 6664183

Please sign in to comment.