Fix linter errors from netquery implementation

This commit is contained in:
Daniel 2022-07-22 14:25:16 +02:00
parent 1889c68d27
commit 90d30c14a5
16 changed files with 163 additions and 132 deletions

View file

@ -6,7 +6,9 @@ import (
"github.com/stretchr/testify/assert"
)
func Test_SchemaBuilder(t *testing.T) {
func TestSchemaBuilder(t *testing.T) {
t.Parallel()
cases := []struct {
Name string
Model interface{}