Skip to content

Commit 4e2a13b

Browse files
authored
Updated tests to reflect the import change
1 parent 2367d30 commit 4e2a13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

non-standard/validators/notblank_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package validators
33
import (
44
"testing"
55

6-
"github.com/andreiavrammsd/validator"
6+
"gopkg.in/go-playground/validator.v9"
77
"gopkg.in/go-playground/assert.v1"
88
)
99

0 commit comments

Comments
 (0)