diff --git a/tests/postgres/northwind_test.go b/tests/postgres/northwind_test.go index 7270202..aeda946 100644 --- a/tests/postgres/northwind_test.go +++ b/tests/postgres/northwind_test.go @@ -119,12 +119,11 @@ func BenchmarkTestNorthwindJoinEverythingSonicJson(b *testing.B) { }) } -// uncomment when bug is fixed: https://github.com/bytedance/sonic/issues/774 -//func TestNorthwindJoinEverythingJsonSonic(t *testing.T) { -// useJsonUnmarshalFunc(sonic.Unmarshal, func() { -// testNorthwindJoinEverythingJson(t) -// }) -//} +func TestNorthwindJoinEverythingJsonSonic(t *testing.T) { + useJsonUnmarshalFunc(sonic.Unmarshal, func() { + testNorthwindJoinEverythingJson(t) + }) +} func testNorthwindJoinEverythingJson(t require.TestingT) {