Skip to content

Commit

Permalink
Simplified tests settings
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Jul 30, 2023
1 parent cf57413 commit 6e495d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Sample/Helpdesk/Helpdesk.Api.Tests/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@

namespace Helpdesk.Api.Tests;

public sealed class AssemblyFixture : XunitTestFramework, IDisposable
public sealed class AssemblyFixture : XunitTestFramework
{
public AssemblyFixture(IMessageSink messageSink)
:base(messageSink)
{
OaktonEnvironment.AutoStartHost = true;
}

public new void Dispose()
{
base.Dispose();
}
}

0 comments on commit 6e495d6

Please sign in to comment.