This commit is contained in:
Stef Heyenrath
2024-03-12 20:31:50 +01:00
parent 511540a7f1
commit 27a673953d
5 changed files with 15 additions and 8 deletions

View File

@@ -2,9 +2,9 @@ using System;
using System.Linq;
using FluentAssertions;
using FluentAssertions.Execution;
using WireMock.FluentAssertions;
// ReSharper disable once CheckNamespace
namespace WireMock.FluentAssertions;
namespace WireMock.Net.Tests.FluentAssertions;
public static class WireMockAssertionsExtensions
{