status-im / nim-stew

stew is collection of utilities, std library extensions and budding libraries that are frequently used at Status, but are too small to deserve their own git repository.
133 stars 18 forks source link

rename `RangeError` -> `RangeDefect` in test name #214

Closed etan-status closed 4 months ago

etan-status commented 4 months ago

The Allocating with a negative size throws a RangeError test actually tests for RangeDefect, so rename the test accordingly.