Skip to content

Commit a584d49

Browse files
committed
using ordering
1 parent cd41cba commit a584d49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Elastic.Changelog.Tests/Evaluation/ChangelogArtifactEvaluationServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
using System.Text.Json;
66
using Actions.Core.Services;
7+
using AwesomeAssertions;
78
using Elastic.Changelog.Evaluation;
89
using Elastic.Changelog.GitHub;
910
using Elastic.Changelog.Tests.Changelogs;
1011
using Elastic.Documentation.Configuration;
1112
using Elastic.Documentation.Configuration.Changelog;
1213
using Elastic.Documentation.ReleaseNotes;
1314
using FakeItEasy;
14-
using AwesomeAssertions;
1515

1616
namespace Elastic.Changelog.Tests.Evaluation;
1717

tests/Elastic.Changelog.Tests/Evaluation/ChangelogArtifactMetadataTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// See the LICENSE file in the project root for more information
44

55
using System.Text.Json;
6+
using AwesomeAssertions;
67
using Elastic.Changelog.Evaluation;
78
using Elastic.Documentation.Configuration.Changelog;
89
using Elastic.Documentation.ReleaseNotes;
9-
using AwesomeAssertions;
1010

1111
namespace Elastic.Changelog.Tests.Evaluation;
1212

0 commit comments

Comments
 (0)