biigle / maia

:m: BIIGLE module for the Machine Learning Assisted Image Annotation method
GNU General Public License v3.0
2 stars 3 forks source link

Replace assertEquals by assertSame #178

Closed lehecht closed 1 month ago

lehecht commented 1 month ago

Use assertSame for strong equality checks.

References biigle/core#430.