Skip to content

Commit b027125

Browse files
committed
fixup
1 parent 2cc6e45 commit b027125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/unit/puppet/provider/mysql_plugin/mysql_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
describe 'soname' do
6666
it 'returns a soname' do
67-
expect(instance.charset).to eq('latin1')
67+
expect(instance.soname).to eq('test.so')
6868
end
6969
end
7070

spec/unit/puppet/type/mysql_plugin_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
describe Puppet::Type.type(:mysql_plugin) do
44

55
before :each do
6-
@plugin = Puppet::Type.type(:mysql_database).new(:name => 'test', :soname => 'test.so')
6+
@plugin = Puppet::Type.type(:mysql_plugin).new(:name => 'test', :soname => 'test.so')
77
end
88

99
it 'should accept a plugin name' do

0 commit comments

Comments
 (0)