From ab355185ff5f18f2442a1bb6fb1b9bd1f50b4754 Mon Sep 17 00:00:00 2001 From: Paul Welter Date: Wed, 20 Dec 2023 22:23:34 -0600 Subject: [PATCH] Update HostTests.cs --- test/XUnit.Hosting.Tests/HostTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/XUnit.Hosting.Tests/HostTests.cs b/test/XUnit.Hosting.Tests/HostTests.cs index 2bf10a0..e554403 100644 --- a/test/XUnit.Hosting.Tests/HostTests.cs +++ b/test/XUnit.Hosting.Tests/HostTests.cs @@ -5,6 +5,7 @@ namespace XUnit.Hosting.Tests; +[Collection(DatabaseCollection.CollectionName)] public class HostTests : DatabaseTestBase { public HostTests(ITestOutputHelper output, DatabaseFixture databaseFixture) : base(output, databaseFixture)