You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an IDEasy developer, I want unit tests that actually test whether something is correct or wrong.
Actual behavior
Right now the class GitContextTest has 3 methods (testIsRepositoryUpdateAvailableNoUpdates, testFetchIfNeededRecentFetchHead, testFetchIfNeededOffline) that only check whether an empty initialized variable is empty or not, therefore not really testing anything and just increasing the coverage for no reason.
The text was updated successfully, but these errors were encountered:
Expected behavior
As an IDEasy developer, I want unit tests that actually test whether something is correct or wrong.
Actual behavior
Right now the class GitContextTest has 3 methods (testIsRepositoryUpdateAvailableNoUpdates, testFetchIfNeededRecentFetchHead, testFetchIfNeededOffline) that only check whether an empty initialized variable is empty or not, therefore not really testing anything and just increasing the coverage for no reason.
The text was updated successfully, but these errors were encountered: