eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
229 stars 72 forks source link

(refact): swap expected vs actual #401

Closed artsmandev closed 1 year ago

artsmandev commented 1 year ago

My change suggestions are about refact:

  1. In assertEquals the first args must be the expected.
  2. public keyword is not needed.
  3. Some cases are two/three white lines in a row, I mean it's too much, so I removed them.

Thank you.

genie-jnosql commented 1 year ago

Can one of the admins verify this patch?

dearrudam commented 1 year ago

@artsmandev thanks for the contribution!