agrevster / pocketbase-kotlin

A multi-platform Kotlin SDK for Pocketbase.
https://agrevster.github.io/pocketbase-kotlin/
MIT License
25 stars 6 forks source link

Clean up tests #5

Closed agrevster closed 1 year ago

agrevster commented 1 year ago

The order of expected and actual is messed up on a lot of the test assertions, leading to confusion when debugging.

They need to be made consistent.