From ab84099b9baec9ebb8a187093b54b3a860a560b2 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Fri, 5 May 2017 17:13:14 -0400 Subject: [PATCH] Rename TestBadCondition to TestConditions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test doesn’t actually test any bad conditions. Plus there is another test in the same directory with the name TestBadCondition. --- libbeat/processors/condition_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/processors/condition_test.go b/libbeat/processors/condition_test.go index a643c489a844..5e92d96d7c9b 100644 --- a/libbeat/processors/condition_test.go +++ b/libbeat/processors/condition_test.go @@ -20,7 +20,7 @@ func (c *countFilter) Run(e common.MapStr) (common.MapStr, error) { func (c *countFilter) String() string { return "count" } -func TestBadCondition(t *testing.T) { +func TestConditions(t *testing.T) { if testing.Verbose() { logp.LogInit(logp.LOG_DEBUG, "", false, true, []string{"*"})