Skip to content

Commit

Permalink
test: follow the default value change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 25, 2014
1 parent 0fbef5e commit d808ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_catalog_generator.rb
Expand Up @@ -55,7 +55,7 @@ def test_default
@generator.add_dataset("Droonga", {})
dataset = {
"nWorkers" => 4,
"plugins" => ["groonga", "search", "crud", "dump"],
"plugins" => ["groonga", "search", "crud", "dump", "status"],
"schema" => {},
"replicas" => [
{
Expand Down

0 comments on commit d808ad9

Please sign in to comment.