Skip to content

Commit

Permalink
changed Planner to be an object rather than a class
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasPetter committed Oct 17, 2014
1 parent 1d8ca7a commit 04f7fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import scray.querying.description.SmallerEqual
@RunWith(classOf[JUnitRunner])
class ScrayQueryingPlannerTest extends WordSpec {
val ti = TableIdentifier("cassandra", "mytestspace", "mycf")
val planner = new Planner
val planner = Planner
"Scray's select-project-join planner" should {
"flatten nested 'AND's" in {
val sq = SimpleQuery("", ti,
Expand Down

0 comments on commit 04f7fdb

Please sign in to comment.