microsoft / PowerApps-TestEngine

MIT License
93 stars 28 forks source link

Fix Issue Where Moq Prints instead of actual Error #291

Closed landonmsft closed 11 months ago

landonmsft commented 11 months ago

Description

A Moq 'strict' failure was printing when an issue was logged, instead of what was actually supposed to be logged. This is because the logger must be setup in every test in this file, which it was not. Verified locally, this is what it looks like now:

image

Checklist

github-actions[bot] commented 11 months ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 92% 88% 925
Summary 92% (2458 / 2686) 88% (559 / 636) 925

Minimum allowed line rate is 85%