gftea / amqprs

Async & Lock-free RabbitMQ Rust Client, Easy-to-use API
MIT License
214 stars 27 forks source link

Fix "delcare_ok" typo #107

Closed julianbraha closed 1 year ago

julianbraha commented 1 year ago

Changes delcare_ok to declare_ok

codecov[bot] commented 1 year ago

Codecov Report

Merging #107 (e1c3856) into main (0a9c635) will decrease coverage by 0.12%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #107      +/-   ##
==========================================
- Coverage   85.38%   85.26%   -0.12%     
==========================================
  Files          40       40              
  Lines        6286     6284       -2     
==========================================
- Hits         5367     5358       -9     
- Misses        919      926       +7     
Files Changed Coverage Δ
amqprs/src/api/channel/queue.rs 68.96% <100.00%> (ø)

... and 4 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

gftea commented 1 year ago

thanks @julianbraha