Skip to content

Commit

Permalink
fixed argument 'fixture' does not have a fixture source warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bytewizer committed Oct 6, 2024
1 parent a23a512 commit d059f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Integration/BaseFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
namespace Backblaze.Tests.Integration
{
[TestCaseOrderer("Backblaze.Tests.Integration.PriorityOrderer", "Backblaze.Tests.Integration")]
public abstract class BaseFixture
public abstract class BaseFixture : IClassFixture<StorageClientFixture>
{
public IServiceProvider Services { get; }
public IConfiguration Config { get; }
Expand Down

0 comments on commit d059f96

Please sign in to comment.