Skip to content

Commit

Permalink
Merge pull request #53 from cdusovic/master
Browse files Browse the repository at this point in the history
Fix non running test on described on issue #51
  • Loading branch information
xllora authored Jun 14, 2016
2 parents 5ede676 + 7f7d399 commit 8d3064b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bql/semantic/semantic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func TestBindingListing(t *testing.T) {
}
}

func TesIsEmptyClause(t *testing.T) {
func TestIsEmptyClause(t *testing.T) {
testTable := []struct {
in *GraphClause
out bool
Expand All @@ -140,7 +140,7 @@ func TesIsEmptyClause(t *testing.T) {
},
{
in: &GraphClause{SBinding: "?foo"},
out: true,
out: false,
},
}
for _, entry := range testTable {
Expand Down

0 comments on commit 8d3064b

Please sign in to comment.