This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ClearCommandTest: fix tautological tests
Tests in ClearCommandTest always pass because the actual and expected model refer to the same instance; `assertEquals(expectedModel, actualModel)` is always true because expectedModel and actualModel reference the same object. As a result, the model's state isn't correctly verified. Let's update these tests to correctly verify the model's state.
- Loading branch information