Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Nov 28, 2016
1 parent 1ba02d9 commit 9846ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config/test_configurable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ class Buggy1
assert_nil(obj.log)
end

test 'nothing raised if obsoleted parameter is configured' do
test 'NoMethodError is not raised if obsoleted parameter is configured' do
obj = ConfigurableSpec::UnRecommended.new
obj.log = nil
assert_raise Fluent::ObsoletedParameterError.new("'key2' parameter is already removed: key2 has been removed.") do
Expand Down

0 comments on commit 9846ef4

Please sign in to comment.