Skip to content

Commit 29fd5df

Browse files
committed
Forgot to update the assembly name
1 parent 05b75fb commit 29fd5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Aspire.CommunityToolkit.Testing/RequiresDockerAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Aspire.Components.Common.Tests;
99

10-
[TraitDiscoverer("Aspire.Components.Common.Tests.RequiresDockerDiscoverer", "Aspire.Components.Common.Tests")]
10+
[TraitDiscoverer("Aspire.Components.Common.Tests.RequiresDockerDiscoverer", "Aspire.CommunityToolkit.Testing")]
1111
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false)]
1212
public class RequiresDockerAttribute : Attribute, ITraitAttribute
1313
{

0 commit comments

Comments
 (0)