mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-10 18:56:50 +02:00
Rewrite some unit-integration-tests to unit-tests (#206)
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
/// The registration callback.
|
||||
/// </summary>
|
||||
/// <param name="mapping">The mapping.</param>
|
||||
public delegate void RegistrationCallback(Mapping mapping);
|
||||
public delegate void RegistrationCallback(IMapping mapping);
|
||||
}
|
||||
Reference in New Issue
Block a user