Files
storm/codec/json/json_test.go
2016-04-16 21:14:33 +02:00

12 lines
148 B
Go

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