-
Notifications
You must be signed in to change notification settings - Fork 3
Simplify unit tests for Assert() and Normalize() #36
Copy link
Copy link
Open
Labels
good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubhelp wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.testsThe issue or pull request is about tests only.The issue or pull request is about tests only.
Metadata
Metadata
Assignees
Labels
good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubhelp wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.testsThe issue or pull request is about tests only.The issue or pull request is about tests only.
The unit tests for
Assert()andNormalize()could be simplified by mocking the methodGetDesiredStatein the instance object.