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

12 lines
148 B
Go
Raw Normal View History

2016-05-29 18:43:51 +00:00
package json
import (
"testing"
"github.com/asdine/storm/codec/internal"
)
func TestJSON(t *testing.T) {
internal.RoundtripTester(t, Codec)
}