Files
opensourcepos/tests/Models
objecttothis b40d1bb82b test: assert throttle_id return value in JobThrottleModel tests
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>
2026-09-17 15:43:40 +04:00
..