We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ede676 + 7f7d399 commit 8d3064bCopy full SHA for 8d3064b
1 file changed
bql/semantic/semantic_test.go
@@ -129,7 +129,7 @@ func TestBindingListing(t *testing.T) {
129
}
130
131
132
-func TesIsEmptyClause(t *testing.T) {
+func TestIsEmptyClause(t *testing.T) {
133
testTable := []struct {
134
in *GraphClause
135
out bool
@@ -140,7 +140,7 @@ func TesIsEmptyClause(t *testing.T) {
140
},
141
{
142
in: &GraphClause{SBinding: "?foo"},
143
- out: true,
+ out: false,
144
145
146
for _, entry := range testTable {
0 commit comments