Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
roneli committed Mar 16, 2024
1 parent 5337d55 commit 4c38839
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions examples/custom_operator/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ package main

import (
"context"
"github.com/doug-martin/goqu/v9"
"github.com/doug-martin/goqu/v9/exp"
"net/http"
"os"

"github.com/doug-martin/goqu/v9"
"github.com/doug-martin/goqu/v9/exp"

"github.com/99designs/gqlgen/graphql/handler"
"github.com/99designs/gqlgen/graphql/playground"
"github.com/jackc/pgx/v5/pgxpool"
Expand Down
5 changes: 3 additions & 2 deletions pkg/execution/builders/sql/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package sql_test

import (
"fmt"
"os"
"testing"

"github.com/doug-martin/goqu/v9"
"github.com/doug-martin/goqu/v9/exp"
"github.com/spf13/cast"
"os"
"testing"

"github.com/99designs/gqlgen/graphql"
"github.com/roneli/fastgql/pkg/execution/builders"
Expand Down
2 changes: 1 addition & 1 deletion pkg/execution/builders/sql/testdata/schema_simple.graphql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extend input StringComparator {
# The custom operator to use for the comparison.
myCustomOperator: String!
myCustomOperator: String
}


Expand Down

0 comments on commit 4c38839

Please sign in to comment.