Skip to content

Commit c19ba4e

Browse files
committed
MongoImplicits removed from package object
1 parent b986ddf commit c19ba4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/com/sfxcode/nosql/mongo/relation/RelationDemoDatabase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ object RelationDemoDatabase {
5353
// #registry
5454
private val registry = fromProviders(classOf[Node], classOf[User], classOf[Login], classOf[SimplePerson])
5555

56-
val provider = DatabaseProvider.fromPath("relation_test", registry)
56+
val provider = DatabaseProvider.fromPath("unit.test.mongo", registry)
5757

5858
object NodeDAO extends MongoDAO[Node](provider, "nodes") {
5959
lazy val parentRelation = OneToOneRelationship(this, "id")

0 commit comments

Comments
 (0)