mirror of https://github.com/tidwall/tile38.git
9 lines
138 B
Go
9 lines
138 B
Go
|
package server
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func subTestInfo(t *testing.T, mc *mockServer) {
|
||
|
runStep(t, mc, "valid json", info_valid_json_test)
|
||
|
}
|
||
|
|