KyoriPowered / adventure

A user-interface library, formerly known as text, for Minecraft: Java Edition
https://docs.advntr.dev/
MIT License
679 stars 104 forks source link

Use EqualsTester instead of weird equality assertion #989

Closed KingOfSquares closed 8 months ago

KingOfSquares commented 8 months ago

Im not sure why I ever made this, the EqualsTester is in use everywhere else in the project and it was removed as a Beta feature around the time I made the original commit adding these tests.

I've just moved the equality testing for titles and title times to using EqualsTester