Skip to content

Commit

Permalink
RavenDB-16201 Warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arekpalinski committed Aug 10, 2023
1 parent d209159 commit 36031f1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ namespace SlowTests.Server.Documents.QueueSink
[Trait("Category", "QueueSink")]
public abstract class QueueSinkTestBase : RavenTestBase
{
private DocumentStore _src;

protected QueueSinkTestBase(ITestOutputHelper output) : base(output)
{
QueueSuffix = Guid.NewGuid().ToString("N");
Expand Down

0 comments on commit 36031f1

Please sign in to comment.