route/vendor/github.com/asdine/storm/codec/json/json_test.go

12 lines
148 B
Go
Raw Normal View History

2017-10-06 15:29:20 +00:00
package json
import (
"testing"
"github.com/asdine/storm/codec/internal"
)
func TestJSON(t *testing.T) {
internal.RoundtripTester(t, Codec)
}