Skip to content

Commit

Permalink
remove WINDOWS constant from guard
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNDRmac committed Dec 19, 2024
1 parent 7a51ce8 commit 0b0ec9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SignNow.Net.Test/UnitTests/Services/SignNowClientTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static IEnumerable<object[]> ErrorContentProvider()
'message': 'context of second errors item'
}
]}",
#if NETFRAMEWORK && WINDOWS
#if NETFRAMEWORK
$"context of first errors item{Environment.NewLine}context of second errors item{Environment.NewLine}"
#else
$"context of first errors item{Environment.NewLine}context of second errors item{Environment.NewLine} (context of first errors item) (context of second errors item)"
Expand Down

0 comments on commit 0b0ec9f

Please sign in to comment.