Skip to content

Commit

Permalink
HPCC-32814 changes following review
Browse files Browse the repository at this point in the history
Signed-off-by: Shamser Ahmed <[email protected]>
  • Loading branch information
shamser committed Dec 11, 2024
1 parent beb646a commit c2e472e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/unittests/dalitests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3187,7 +3187,7 @@ class DaliSysInfoLoggerTester : public CppUnit::TestFixture
{
writtenMessages.clear();
unsigned testCaseIndex=0;
for (const auto testCase: testCases)
for (const auto & testCase: testCases)
{
try
{
Expand Down

0 comments on commit c2e472e

Please sign in to comment.