Skip to content

Commit 912fcd1

Browse files
committed
resovle conflict
1 parent 14f9637 commit 912fcd1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

translations/en/en_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,10 @@ func TestTranslations(t *testing.T) {
141141
UniqueSlice []string `validate:"unique"`
142142
UniqueArray [3]string `validate:"unique"`
143143
UniqueMap map[string]string `validate:"unique"`
144-
<<<<<<< HEAD
145144
JSONString string `validate:"json"`
146145
LowercaseString string `validate:"lowercase"`
147146
UppercaseString string `validate:"uppercase"`
148-
=======
149147
Datetime string `validate:"datetime=2006-01-02"`
150-
>>>>>>> Add datetime validation
151148
}
152149

153150
var test Test

0 commit comments

Comments
 (0)