From 13a96381bc10473d598efcb5b28f01c1a1ca8000 Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 20 Apr 2020 12:31:21 +0800 Subject: [PATCH] Using test collections in DocumentRepository_Tests. --- .../Volo/Docs/Document/DocumentRepository_Tests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/docs/test/Volo.Docs.MongoDB.Tests/Volo/Docs/Document/DocumentRepository_Tests.cs b/modules/docs/test/Volo.Docs.MongoDB.Tests/Volo/Docs/Document/DocumentRepository_Tests.cs index 63e69d099a..0c9c66e20d 100644 --- a/modules/docs/test/Volo.Docs.MongoDB.Tests/Volo/Docs/Document/DocumentRepository_Tests.cs +++ b/modules/docs/test/Volo.Docs.MongoDB.Tests/Volo/Docs/Document/DocumentRepository_Tests.cs @@ -1,7 +1,9 @@ using Volo.Docs.MongoDB; +using Xunit; namespace Volo.Docs.Document { + [Collection(MongoTestCollection.Name)] public class DocumentRepository_Tests : DocumentRepository_Tests {