Skip to content

Commit

Permalink
plans: fix test compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
siddontang committed Sep 17, 2015
1 parent 7bbbbda commit ea99e24
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plan/plans/outer_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,3 @@ func (s *testOuterQuerySuite) TestOuterQueryPlan(c *C) {

c.Assert(outerQuery.FromData, DeepEquals, []interface{}{10, "hello"})
}

func (s *testOuterQuerySuite) TestouterQuery(c *C) {
ctx := mock.NewContext()

q := &plans.OuterQuery{}
}

0 comments on commit ea99e24

Please sign in to comment.