Skip to content

Commit

Permalink
Tests: minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreise committed Feb 11, 2024
1 parent 8c1a6c6 commit 508d741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace PrimeFuncPack.Core.Tests;

internal static class AssertHelper
{
public static void AssertEqualFailures<TFailureCode>(
internal static void AssertEqualFailures<TFailureCode>(
(TFailureCode FailureCode, string FailureMessage, Exception? SourceException) expected,
(TFailureCode FailureCode, string FailureMessage, Exception? SourceException) actual)
where TFailureCode : struct
Expand Down

0 comments on commit 508d741

Please sign in to comment.