diff --git a/plugin/tls/tls_test.go b/plugin/tls/tls_test.go index 152abedfe..2374d772c 100644 --- a/plugin/tls/tls_test.go +++ b/plugin/tls/tls_test.go @@ -18,8 +18,8 @@ func TestTLS(t *testing.T) { expectedRoot string // expected root, set to the controller. Empty for negative cases. expectedErrContent string // substring from the expected error. Empty for positive cases. }{ - // positive - // negative + // positive + // negative } for i, test := range tests {