Skip to content

Commit

Permalink
Addressing minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Oct 10, 2024
1 parent a5141d3 commit 0e0201a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v1.7.2
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: ${{ matrix.dotnet-version }}
# - name: Validate version consistency
Expand Down
6 changes: 1 addition & 5 deletions SC.Tests/Golden.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
using JsonDiffPatchDotNet;
using Newtonsoft.Json.Linq;
using FluentAssertions;
using FluentAssertions.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
using SC.CLI;
using SC.ObjectModel;
using SC.ObjectModel.Configuration;
using SC.ObjectModel.Additionals;
using SC.ObjectModel.IO;


Expand Down Expand Up @@ -51,4 +47,4 @@ public void GoldenInputs(string inputFile)
actual.Should().BeEquivalentTo(expectation);
}
}
}
}

0 comments on commit 0e0201a

Please sign in to comment.