This commit is contained in:
David Lebee
2019-02-12 23:39:55 -05:00
parent 2bf96b1588
commit 581f17f448
7 changed files with 22 additions and 12 deletions
@@ -12,9 +12,9 @@ namespace PoweredSoft.ObjectStorage.MongoDB.Tests.Mock
return db;
}
public static MongoObjectStorageClient GetObjectStorageClient()
public static MongoObjectStorageContext GetObjectStorageContext()
{
return new MongoObjectStorageClient(GetDatabase());
return new MongoObjectStorageContext(GetDatabase());
}
public static IMongoClient GetClient()