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
The test psidev.psi.mi.jami.utils.comparator.interaction.UnambiguousExactCuratedModelledInteractionComparatorTest#test_same_source() is trying to compare two objects. Comparator should return true!
But it checks the creation time of the object, using Date#before(...). This returns false, because Date#before(...) compare on ms.
Do we need compare the creation date?
The text was updated successfully, but these errors were encountered:
The test
psidev.psi.mi.jami.utils.comparator.interaction.UnambiguousExactCuratedModelledInteractionComparatorTest#test_same_source()
is trying to compare two objects. Comparator should return true!But it checks the creation time of the object, using Date#before(...). This returns false, because Date#before(...) compare on ms.
Do we need compare the creation date?
The text was updated successfully, but these errors were encountered: