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 5e2c7c6 commit aa984eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/output/test_type_guesser.rb
Expand Up @@ -18,7 +18,7 @@
class OutputTypeGuesserTest < Test::Unit::TestCase
sub_test_case "#guess" do
def guess(sample_values)
guesser = Fluent::GroongaOutput::Schema::TypeGuesser.new(sample_values)
guesser = Fluent::Plugin::GroongaOutput::Schema::TypeGuesser.new(sample_values)
guesser.guess
end

Expand Down

0 comments on commit aa984eb

Please sign in to comment.