Fix LCOV exclusion

This commit is contained in:
Ed Hennis
2025-12-03 19:49:47 -05:00
parent 43a6f10050
commit 0650e6e89d

View File

@@ -67,7 +67,7 @@ LoanBrokerDelete::preclaim(PreclaimContext const& ctx)
JLOG(ctx.j.warn()) << "LoanBrokerDelete: Debt total is "
<< debtTotal << ", which rounds to " << rounded;
return tecHAS_OBLIGATIONS;
// LCOV_EXCL_START
// LCOV_EXCL_STOP
}
}