typesense / typesense-java

Java client for Typesense
https://typesense.org/docs/latest/api/
Apache License 2.0
60 stars 29 forks source link

Missing assertions in unit tests #74

Open umut-saribiyik88 opened 3 weeks ago

umut-saribiyik88 commented 3 weeks ago

Several unit tests currently lack assertions. Please add appropriate assertions to ensure these tests verify expected behavior. For example:

https://github.com/typesense/typesense-java/blob/master/src/test/java/org/typesense/api/CollectionsTest.java