We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67d744 commit 2713039Copy full SHA for 2713039
README.md
@@ -112,7 +112,7 @@ public class MyTestFixture : TestBedFixture
112
using Xunit.Microsoft.DependencyInjection.Abstracts;
113
using Xunit.Microsoft.DependencyInjection.Attributes;
114
115
-[CollectionDefinition("Dependency Injection")]
+[Collection("Dependency Injection")]
116
public class MyTests : TestBedWithDI<MyTestFixture>
117
{
118
[Inject] private IMyService MyService { get; set; } = null!;
0 commit comments