mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-26 02:51:04 +01:00
Rewrite some unit-integration-tests to unit-tests (#206)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace WireMock.Serialization
|
||||
{
|
||||
internal static class MappingConverter
|
||||
{
|
||||
public static MappingModel ToMappingModel(Mapping mapping)
|
||||
public static MappingModel ToMappingModel(IMapping mapping)
|
||||
{
|
||||
var request = (Request)mapping.RequestMatcher;
|
||||
var response = (Response)mapping.Provider;
|
||||
|
||||
Reference in New Issue
Block a user