Skip to content

Commit

Permalink
Merge pull request #89 from NeonGraal/updates
Browse files Browse the repository at this point in the history
Upgrade Xunit and Verify
  • Loading branch information
NeonGraal authored Sep 23, 2024
2 parents bc215ea + 3de5748 commit 3f1e251
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Fluid.Core" Version="2.11.1" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.4.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.5" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="Xunit.DependencyInjection" Version="9.4.0" />
<PackageReference Include="Xunit.DependencyInjection.Logging" Version="9.0.0" />
<PackageReference Include="Xunit.DependencyInjection.SkippableFact" Version="9.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GqlPlus.Modeller.ComponentTests/SampleModelTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public async Task HtmlSchema(string sample)
public void Html_Index()
{
RenderStructure groups = RenderStructure.New("");
groups.Add("All", RenderStructure.ForAll(new SampleSchemaData().Select(i => (string)i[0])));
groups.Add("All", RenderStructure.ForAll(new SampleSchemaData()));

RenderStructure result = RenderStructure.New("");
result.Add("groups", groups);
Expand Down
2 changes: 1 addition & 1 deletion test/GqlPlus.TestBase/GqlPlus.TestBase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.7.0" />
<PackageReference Include="OpenTelemetry.Exporter.InMemory" Version="1.9.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit" Version="2.9.1" />
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
</ItemGroup>

Expand Down

0 comments on commit 3f1e251

Please sign in to comment.