Nexmo / nexmo-cli

Nexmo CLI (Command Line Interface)
https://nexmo.com
MIT License
78 stars 52 forks source link

fixes test for windows #177

Closed mii9000 closed 5 years ago

mii9000 commented 5 years ago

Summary

Due to difference in newline character in windows config write test was failing. So, this PR just replaces \r\n with \n

mii9000 commented 5 years ago

Tested both on mac and windows

AlexLakatos commented 5 years ago

Yes, I agree with @cr0wst here, I think we need to change the ini_content (that's our test fixture) instead of fumbling with the test output to match our flawed fixture.