Skip to content

Commit

Permalink
Adjust imports
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr committed Aug 21, 2011
1 parent 8503ca7 commit c562a91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import org.bson.types.ObjectId
import org.specs.Specification

import common._
import json.{Num => JsonNum, _}
import json._
import JsonDSL._
import util.Helpers.randomString
import http.{LiftSession, S}
Expand Down Expand Up @@ -320,7 +320,7 @@ object MongoFieldSpec extends Specification("MongoField Specification") with Mon
)
}
}

"MongoCaseClassListField" should {
"setFromAny a List" in {
val rec = ListTestRecord.createRecord
Expand Down

0 comments on commit c562a91

Please sign in to comment.