I have a problem dealing with circle ci running test when deploying. I have unit test that has a formatted message. I use this message in an assert as the expected. in my hard coded test it has \r in the it. When the tests are run in Visual Studio they all work. When the tests are run thru circleci the actual result does not match the hard coded variable, it is missing the \r in the string built by string builder.
Can anyone help with this issue?