jonvolfson / cs4500-api

0 stars 1 forks source link

Fixing primitive type equality checks #13

Closed NickSimmons97 closed 4 years ago

NickSimmons97 commented 4 years ago

Currently the primitive type equality checks in the tests are using int i0-> equals(int i1).

Can y'all change all the primitive equality checks to use "==" since equals() is not a method that exists for primitive types?

jonvolfson commented 4 years ago

resolved