You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit resolves the issue of failing unit tests caused by Windows
specific newline breaks in a non-Windows environment. The Windows
newline breaks have been replaced with the platform-agnostic
Environment.NewLine, ensuring compatibility across different operating
systems.
0 commit comments