fungover / haze

Key-Value database that talks RESP
MIT License
8 stars 9 forks source link

Added some more Argumentexceptions to handle wrong inputs #135 #187

Closed TrungMa1 closed 9 months ago

TrungMa1 commented 9 months ago

Added exceptions to handle wrong inputs #135

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
61.1% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

TrungMa1 commented 9 months ago

Build failed. Looks like HazeDatabaseTest.testSendingInNoParametersToExistsMethodReturnsZero is causing some problems. It expects ":0\r\n", since the method exists previously returned 0 if no key where found.

Thank you Robin!