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)