Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaji-kharse committed Sep 18, 2024
1 parent 317df02 commit e3bee5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/acl/acl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ func (asuite *AclTestSuite) TestValQueryWithACLPermissions() {
n as name
a as age
}
q2(func: uid(f), orderdesc: val(a), orderasc: name) {
q2(func: uid(f), orderdesc: val(a)) {
name
val(n)
val(a)
Expand Down

0 comments on commit e3bee5c

Please sign in to comment.