Skip to content

Commit

Permalink
Update AspNetCoreToSwaggerGenerationTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter authored Nov 10, 2017
1 parent bf2af30 commit fc58e4b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,6 @@ public async Task FromFormParametersAreDiscovered()
Assert.True(parameter.IsRequired);
}



[Fact]
public async Task FormFileParametersAreDiscovered()
{
Expand Down Expand Up @@ -725,7 +723,6 @@ private class CustomBindingSourceAttribute : Attribute, IBindingSourceMetadata
public BindingSource BindingSource => BindingSource.ModelBinding;
}


public class ReDocCodeSampleAttribute : SwaggerOperationProcessorAttribute
{
public ReDocCodeSampleAttribute(string language, string source)
Expand Down

0 comments on commit fc58e4b

Please sign in to comment.