Navigation Menu

Skip to content

Commit

Permalink
test: use Fluent::Plugin::GroongaOutput for v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 11, 2017
1 parent aa984eb commit 06680d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/output/test_table_definition.rb
Expand Up @@ -17,7 +17,7 @@

class OutputTypeTableDefinitionTest < Test::Unit::TestCase
def definition(raw={})
Fluent::GroongaOutput::TableDefinition.new(raw)
Fluent::Plugin::GroongaOutput::TableDefinition.new(raw)
end

sub_test_case "readers" do
Expand Down

0 comments on commit 06680d5

Please sign in to comment.