Add Collection to the mongodb tests

pull/5062/head
Halil İbrahim Kalkan 5 years ago
parent 838289552e
commit 82ecc9cf8d

@ -1,7 +1,9 @@
using Volo.CmsKit.Comments;
using Xunit;
namespace Volo.CmsKit.MongoDB.Comments
{
[Collection(MongoTestCollection.Name)]
public class CommentRepository_Tests : CommentRepository_Tests<CmsKitMongoDbTestModule>
{

@ -1,7 +1,9 @@
using Volo.CmsKit.Reactions;
using Xunit;
namespace Volo.CmsKit.MongoDB.Reactions
{
[Collection(MongoTestCollection.Name)]
public class UserReactionRepository_Tests : UserReactionRepository_Tests<CmsKitMongoDbTestModule>
{
}

Loading…
Cancel
Save