Skip to content

Commit

Permalink
Fix failed tests for ValkyrieCharacterizationService.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsitu authored and tamsin johnson committed Aug 28, 2023
1 parent 73aa943 commit ffe8419
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
original_filename: 'test_world.png')
end

before { Hyrax.publisher.subscribe(listener) }
before do
Hyrax.publisher.subscribe(listener)
metadata.file_set_id = file_set.id
end
after { Hyrax.publisher.unsubscribe(listener) }

describe '#run' do
Expand Down

0 comments on commit ffe8419

Please sign in to comment.