mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-26 18:28:27 +02:00
Calling Reset also resets the scenarios (#1031)
* Calling Reset also resets the scenarios * .
This commit is contained in:
@@ -427,6 +427,8 @@ public partial class WireMockServer : IWireMockServer
|
||||
{
|
||||
ResetLogEntries();
|
||||
|
||||
ResetScenarios();
|
||||
|
||||
ResetMappings();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user