Skip to content

Commit

Permalink
fix white space
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaji-kharse committed May 15, 2023
1 parent 295de9d commit 2ecc190
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ee/acl/acl_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

"github.com/stretchr/testify/require"

"github.com/dgraph-io/dgo/v210/protos/api"
"github.com/dgraph-io/dgo/v230/protos/api"
"github.com/dgraph-io/dgraph/dgraphtest"
"github.com/dgraph-io/dgraph/x"
)
Expand All @@ -50,12 +50,12 @@ func (suite *AclTestSuite) TestPasswordReturn() {
dgraphtest.DefaultPassword, dgraphtest.GalaxyNamespace))
query := dgraphtest.GraphQLParams{
Query: `
query {
getCurrentUser {
name
password
}
}`}
query {
getCurrentUser {
name
password
}
}`}

_, err = hc.RunGraphqlQuery(query, true)
require.Contains(t, err.Error(),
Expand Down

0 comments on commit 2ecc190

Please sign in to comment.