Skip to content

Commit da2245f

Browse files
committed
fix unit test part 2
1 parent cd27ebc commit da2245f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/defines/008_elasticsearch_role_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class { 'elasticsearch': }
3939

4040
context 'with an invalid role name' do
4141
context 'too long' do
42-
let(:title) { 'A' * 31 }
42+
let(:title) { 'A' * 41 }
4343
it { should raise_error(Puppet::Error, /expected length/i) }
4444
end
4545
end

0 commit comments

Comments
 (0)