Skip to content

Commit

Permalink
Update HostTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Dec 21, 2023
1 parent 2b022a7 commit ab35518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/XUnit.Hosting.Tests/HostTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

namespace XUnit.Hosting.Tests;

[Collection(DatabaseCollection.CollectionName)]
public class HostTests : DatabaseTestBase
{
public HostTests(ITestOutputHelper output, DatabaseFixture databaseFixture) : base(output, databaseFixture)
Expand Down

0 comments on commit ab35518

Please sign in to comment.