mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-24 01:38:53 +02:00
ct
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
// Copyright © WireMock.Net
|
||||
|
||||
#if !(NET452 || NET461 || NETCOREAPP3_1)
|
||||
using FluentAssertions;
|
||||
using WireMock.Net.OpenApiParser.Utils;
|
||||
using Xunit;
|
||||
|
||||
namespace WireMock.Net.Tests.OpenApiParser;
|
||||
|
||||
@@ -36,5 +34,4 @@ public class PathUtilsTests
|
||||
// Assert
|
||||
result.Should().Be("/path1/path2");
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user