mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-20 17:57:12 -04:00
Strengthen saveValue() assertions from assertTrue to assertSame(1, ...) to verify the actual returned throttle ID rather than just truthiness. - Covers both insert and update paths in testSaveValueInsertsWhenThrottleDoesNotExist and testSaveValueUpdatesWhenThrottleExists Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>