]> git.koha-community.org Git - koha.git/commit
Bug 34848: (QA follow-up) Resolve warn on useless constant
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 22 Sep 2023 08:51:59 +0000 (08:51 +0000)
committerJacob O'Mara <jacob.omara@ptfs-europe.com>
Tue, 17 Oct 2023 11:20:41 +0000 (12:20 +0100)
commit61e5d4685964380b90117ba691bb710f3365a8a4
tree80da4ba90b8b744bb09674cd2e7c223da38a2627
parenteca4b81d8739a9f54152dd025bcf1889739b06e6
Bug 34848: (QA follow-up) Resolve warn on useless constant

Useless use of a constant ("Dies if sip user cannot be found") in void context at t/db_dependent/SIP/Message.t line 582.

We should remove the comma..

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit b07842d243bd45b0c11fa7b4d0b02c0589ee44fb)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit fa117f566bd04f02cd1775c04cdc8000bb7db0e3)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
t/db_dependent/SIP/Message.t