Equality of models is not two-way #99
Labels
bug
Something isn't working
priority.Low
Unlikely to do/Do when there's nothing left to work on
type.Unexplained
Unknown why something behaves this way
Starting from #97 , equality of the two models is not two way. i.e.
A.equals(B)
!==B.equals(A)
Unknown why behaviour is this way. Variables have been swapped such that result is true, so tests can pass.
Code fragment as such:
main/src/test/java/seedu/address/logic/commands/CommandTestUtil.java
Line 100 in ba8573c
The text was updated successfully, but these errors were encountered: