mirror of
https://github.com/asdine/storm.git
synced 2025-10-20 05:24:38 +08:00
Move codec test helper to an internal package
This commit is contained in:
@@ -3,9 +3,9 @@ package json
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/asdine/storm/codec"
|
||||
"github.com/asdine/storm/codec/internal"
|
||||
)
|
||||
|
||||
func TestJSON(t *testing.T) {
|
||||
codec.RountripTester(t, Codec)
|
||||
internal.RoundtripTester(t, Codec)
|
||||
}
|
||||
|
Reference in New Issue
Block a user