Skip to content

Commit a2be475

Browse files
re-enabled date custom type unit tests
1 parent 4b61388 commit a2be475

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

date_test.go

+3-5
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,9 @@ func testRegisteredType2(useJSON bool, t *testing.T) {
176176
}
177177

178178
func TestCustomDates(t *testing.T) {
179-
//testRegisteredType1(true, t)
180-
//testRegisteredType1(false, t)
179+
testRegisteredType1(true, t)
180+
testRegisteredType1(false, t)
181181

182-
//testRegisteredType2(true, t)
182+
testRegisteredType2(true, t)
183183
testRegisteredType2(false, t)
184184
}
185-
186-
// 0x 29 06 02 09 49 6e 74 46 69 65 6c 64 31 11 02 04 44 61 74 65 3f01020353747220

0 commit comments

Comments
 (0)