Merge pull request #3674 from abpframework/maliming/patch-5

Using test collections in DocumentRepository_Tests.
pull/3675/head
maliming 5 years ago committed by GitHub
commit 914a7aae65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,9 @@
using Volo.Docs.MongoDB;
using Xunit;
namespace Volo.Docs.Document
{
[Collection(MongoTestCollection.Name)]
public class DocumentRepository_Tests : DocumentRepository_Tests<DocsMongoDBTestModule>
{

Loading…
Cancel
Save