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

Add test fix for NETCore 3.0 #2017

Merged
merged 1 commit into from
Dec 9, 2019
Merged

Conversation

matiasroldan6
Copy link
Contributor

Description

This fixes an issue when targeting NETCore 3.0, where one of the unit tests would fail.

Proposed Changes

Due to an issue with Moq and NETCore 3.0 we need to change the line It.IsAny<Func<object, Exception, string>>()), to (Func<object, Exception, string>)It.IsAny<object>()), in the LogsInformationToILogger test for it to succeed under NETCore 3.0

@Aliandi Aliandi requested a review from cleemullins December 9, 2019 20:41
@cleemullins cleemullins merged commit f6fad41 into master Dec 9, 2019
@cleemullins cleemullins deleted the fix/corebot_netcore_test branch December 9, 2019 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants