Using test collections in DocumentRepository_Tests.

pull/3674/head
maliming 5 years ago
parent 07d07fe238
commit 13a96381bc

@ -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