Files
storm/codec/json/json_test.go
2019-09-30 13:45:14 -05:00

12 lines
151 B
Go

package json
import (
"testing"
"github.com/asdine/storm/v3/codec/internal"
)
func TestJSON(t *testing.T) {
internal.RoundtripTester(t, Codec)
}