Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed May 1, 2024
1 parent 36b82b7 commit 7d9b5f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ namespace RepoM.Plugin.Misc.Tests.Configuration;
using VerifyTests;
using VerifyXunit;
using Xunit;
#if !DEBUG
using FluentAssertions;
#endif

public class RepositoriesComparerConfigurationTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ namespace RepoM.Plugin.Misc.Tests.Configuration;
using VerifyTests;
using VerifyXunit;
using Xunit;

#if !DEBUG
using FluentAssertions;
#endif

public class RepositoriesScorerConfigurationTests
{
private const string VERIFY_DIRECTORY = "RepositoriesScorerConfigurationDocs";
Expand Down

0 comments on commit 7d9b5f5

Please sign in to comment.