javadiscord / java-discord-api

A wrapper over the discord API to create bots using Java
GNU General Public License v3.0
7 stars 8 forks source link

Integration tests for Sticker Request #124

Closed surajkumar closed 1 month ago

surajkumar commented 1 month ago

closes #144

This PR adds integration tests for the Sticker API and fixes bugs that were found during testing.

There isn't full test coverage here however the following has been tests:

Opted to tests them in a mega test for example delete is indirectly tested by create as part of test clean up.

Missed sticker packer tests and opted only for the important stuff.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud