Updated tests to reflect the import change

pull/522/head
Talha Ansari 5 years ago committed by GitHub
parent 2367d307c5
commit 4e2a13b9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      non-standard/validators/notblank_test.go

@ -3,7 +3,7 @@ package validators
import (
"testing"
"github.com/andreiavrammsd/validator"
"gopkg.in/go-playground/validator.v9"
"gopkg.in/go-playground/assert.v1"
)

Loading…
Cancel
Save