Skip to content

Commit 390779b

Browse files
committed
fix: test case
1 parent c4288cb commit 390779b

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

tests/intergration/server/gin_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import (
1313
)
1414

1515
func TestGinController(t *testing.T) {
16-
t.Parallel()
17-
1816
kod.RunTest(t, func(ctx context.Context, s server.GinController) {
1917
record := httptest.NewRecorder()
2018
c, _ := gin.CreateTestContext(record)

tests/intergration/server/graph_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import (
1313
)
1414

1515
func TestGraphController(t *testing.T) {
16-
t.Parallel()
17-
1816
kod.RunTest(t, func(ctx context.Context, s server.GraphController) {
1917
c := client.New(handler.NewDefaultServer(graph.NewExecutableSchema(graph.Config{
2018
Resolvers: s,

tests/intergration/server/grpc_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import (
1111
)
1212

1313
func TestGrpcController(t *testing.T) {
14-
t.Parallel()
15-
1614
kod.RunTest(t, func(ctx context.Context, c server.GrpcController) {
1715
res, err := c.UniqueId(ctx, &snowflakev1.UniqueIdRequest{})
1816
require.Nil(t, err)

0 commit comments

Comments
 (0)