-
Notifications
You must be signed in to change notification settings - Fork 20.8k
Closed
Labels
Description
Describe the bug
Class Uppertest, test fails cause of AssertEquals in line 12 but they are not equals.
There should be AssertNotEquals implemented, there are failed tests by checking of pull-requests.
In the code is a comment: //Assertions fail for functional reasons.
But why? What are the functional reasons?
To Reproduce
Steps to reproduce the behavior:
- Go to Class UpperTest
- Start test
- See error The strings are not equals ==> expected: but was:
Expected :ABC
Actual :abc
Expected behavior
Test should run.