Skip to content

Commit

Permalink
Correct typo in botched conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Dec 18, 2019
1 parent d75def2 commit e29b6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/pre_assembly/bundle_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
subject { flat_dir_images.log_progress_info(progress, status: 'success') }

let(:dobj) { flat_dir_images.digital_objects[0] }
let(:progress) { dobj: dobj }
let(:progress) { { dobj: dobj } }

it {
is_expected.to eq(
Expand Down

0 comments on commit e29b6b6

Please sign in to comment.