pharo-rdbms / Pharo-SQLite3

Community-owned official SQLite3 binding for Pharo
MIT License
22 stars 20 forks source link

Fix typo in SQLite3Cursor>>#nextOfClass: #51

Closed smotti closed 2 years ago

smotti commented 2 years ago

Fix for issue #18

codecov[bot] commented 2 years ago

Codecov Report

Merging #51 (6150cc7) into master (d09c50c) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   78.68%   78.68%           
=======================================
  Files         107      107           
  Lines        4415     4415           
=======================================
  Hits         3474     3474           
  Misses        941      941           
Impacted Files Coverage Δ
src/SQLite3-Core/SQLite3Cursor.class.st 82.88% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d09c50c...6150cc7. Read the comment docs.