Commit 1cb294db authored by Abirdcfly's avatar Abirdcfly Committed by GitHub

remove redundant continue in test (#5529)

Signed-off-by: default avatarAbirdcfly <fp544037857@gmail.com>
parent e3defbaa
......@@ -83,7 +83,6 @@ func TestTtlRewrite(t *testing.T) {
rule, err := newRule(r.args...)
if err != nil {
t.Fatalf("Rule %d: FAIL, %s: %s", i, r.args, err)
continue
}
if reflect.TypeOf(rule) != r.expectedType {
t.Fatalf("Rule %d: FAIL, %s: rule type mismatch, expected %q, but got %q", i, r.args, r.expectedType, rule)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment