Skip to content

Commit fb40ff4

Browse files
committed
Fix build for ARM
1 parent 7f07d06 commit fb40ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Mocks/MockClientFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public void RemoveAction(Type actionType)
165165
// Do nothing
166166
}
167167

168-
public void AddHandler(DelegatingHandler handler)
168+
public void AddHandler<T>(T handler) where T : DelegatingHandler, ICloneable
169169
{
170170
// Do nothing
171171
}

0 commit comments

Comments
 (0)