tbotd/vendor/src/github.com/asdine/storm/codec/json/json_test.go

12 lines
148 B
Go

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