File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ public void NotConfiguredClient()
7878
7979 var fluentClientFactory = serviceProvider . GetService < IFluentClientFactory > ( ) ;
8080 var fluentSampleClient = fluentClientFactory . CreateClient ( "sample" ) ;
81- Assert . Equal ( typeof ( JsonContentSerializer ) , fluentSampleClient . ContentSerializer . GetType ( ) ) ;
8281 Assert . IsAssignableFrom < IFluentClient > ( fluentSampleClient ) ;
8382 }
8483
Original file line number Diff line number Diff line change 1414 <PrivateAssets >all</PrivateAssets >
1515 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1616 </PackageReference >
17- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" />
18- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" />
1917 <PackageReference Include =" Microsoft.Extensions.Http" />
2018 <PackageReference Include =" Microsoft.NET.Test.Sdk" />
21- <PackageReference Include =" System.Text.Json" />
2219 <PackageReference Include =" Testcontainers" />
2320 <PackageReference Include =" XUnit.Hosting" />
2421 <PackageReference Include =" xunit.runner.visualstudio" >
You can’t perform that action at this time.
0 commit comments