Skip to content

Commit 40e97e8

Browse files
authored
Change expected version in sequel_patch_spec
1 parent b765ae6 commit 40e97e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/unit/lib/delayed_job/sequel_patch_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RSpec.describe 'sequel_patch' do
22
describe 'version' do
33
it 'is not updated' do
4-
expect(Gem.loaded_specs['talentbox-delayed_job_sequel'].version).to eq('4.3.0'),
4+
expect(Gem.loaded_specs['talentbox-delayed_job_sequel'].version).to eq('4.4.0'),
55
'revisit monkey patch in lib/delayed_job/sequel_patch.rb'
66
end
77
end

0 commit comments

Comments
 (0)