Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning in unittest #22

Open
matthijsbreemans opened this issue Feb 8, 2019 · 0 comments
Open

Fix warning in unittest #22

matthijsbreemans opened this issue Feb 8, 2019 · 0 comments
Labels
up-for-grabs Should be easy for starters

Comments

@matthijsbreemans
Copy link
Owner

TestSendgrid.cs(57,13): warning xUnit2000: The literal or constant value "sendgrid" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'SendgridNameTest' on type 'TestSendgrid'. [C:\projects\postbode\test\Postbode.Test\Postbode.Test.csproj]
TestMailgun.cs(54,13): warning xUnit2000: The literal or constant value "mailgun" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'MailgunNameTest' on type 'TestMailgun'. [C:\projects\postbode\test\Postbode.Test\Postbode.Test.csproj]

@matthijsbreemans matthijsbreemans added the up-for-grabs Should be easy for starters label Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
up-for-grabs Should be easy for starters
Projects
None yet
Development

No branches or pull requests

1 participant