]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
test: move truncateId tests from InMemoryAuthCache to Utils
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 Mar 2026 20:07:13 +0000 (21:07 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 Mar 2026 20:07:13 +0000 (21:07 +0100)
commit351cccce0ed2855b760c190b638aa19421e6d9d7
tree1f1cfaa8de7301ea844175e66833a3137985f2a2
parent442b290129ea93a45c8a842ce868b2443a70caf1
test: move truncateId tests from InMemoryAuthCache to Utils

truncateId is a general utility function in src/utils/, not a cache
feature. Its tests belong in the utils test file.
tests/charging-station/ocpp/auth/cache/InMemoryAuthCache.test.ts
tests/utils/Utils.test.ts