Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Sep 11, 2020
1 parent b03462c commit 73d8d1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/NSwag.CodeGeneration.CSharp.Tests/BinaryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public async Task When_body_is_binary_array_then_IFormFile_Collection_is_used_as
public async Task WhenSpecContainsFormDataInSingleMultipartFile_ThenFormDataIsUsedInCSharp()
{
var json = @"{
""x-generator"": ""NSwag v13.7.0.0 (NJsonSchema v10.1.24.0 (Newtonsoft.Json v11.0.0.0))"",
""x-generator"": ""NSwag v13.7.0.0 (NJsonSchema v10.1.26.0 (Newtonsoft.Json v11.0.0.0))"",
""openapi"": ""3.0.0"",
""info"": {
""title"": ""My Title"",
Expand Down Expand Up @@ -235,7 +235,7 @@ public async Task WhenSpecContainsFormDataInSingleMultipartFile_ThenFormDataIsUs
public async Task WhenSpecContainsFormDataInMultipartFileArray_ThenFormDataIsUsedInCSharp()
{
var json = @"{
""x-generator"": ""NSwag v13.7.0.0 (NJsonSchema v10.1.24.0 (Newtonsoft.Json v11.0.0.0))"",
""x-generator"": ""NSwag v13.7.0.0 (NJsonSchema v10.1.26.0 (Newtonsoft.Json v11.0.0.0))"",
""openapi"": ""3.0.0"",
""info"": {
""title"": ""My Title"",
Expand Down Expand Up @@ -305,7 +305,7 @@ public async Task WhenSpecContainsFormDataInMultipartFileArray_ThenFormDataIsUse
public async Task WhenSpecContainsFormDataInNestedMultipartForm_ThenFormDataIsUsedInCSharp()
{
var json = @"{
""x-generator"": ""NSwag v13.7.0.0 (NJsonSchema v10.1.24.0 (Newtonsoft.Json v11.0.0.0))"",
""x-generator"": ""NSwag v13.7.0.0 (NJsonSchema v10.1.26.0 (Newtonsoft.Json v11.0.0.0))"",
""openapi"": ""3.0.0"",
""info"": {
""title"": ""My Title"",
Expand Down

0 comments on commit 73d8d1e

Please sign in to comment.