Skip to content

Commit

Permalink
Fixes from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusmelke committed Jun 9, 2016
1 parent 0acc7b8 commit b05da55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Expand Up @@ -28,7 +28,6 @@ import scala.collection.JavaConverters._

class MatchAcceptanceTest extends ExecutionEngineFunSuite with QueryStatisticsTestSupport with NewPlannerTestSupport {


test("make sure non-existing nodes are not returned") {
executeWithAllPlannersAndCompatibilityMode("match (n) where id(n) = 10 return n") should be(empty)
executeWithAllPlannersAndRuntimesAndCompatibilityMode("match ()-[r]->() where id(r) = 10 return r") should be(empty)
Expand Down

0 comments on commit b05da55

Please sign in to comment.