test: Redeclare variable as signed in `util_tests`
This is a minor fix to a unit test file. A test variable was being assigned a negative value in an unsigned container, which caused a silent underflow and made the test assertion technically incorrect. The patch changes the test to check t…
cd2a4bc5by rustaceanrob+1−21 file