test: Fix LCOV_EXCL_END -> LCOV_EXCL_STOP (#7407)

This commit is contained in:
Ayaz Salikhov
2026-06-04 20:35:36 +01:00
committed by GitHub
parent 12e81abef3
commit 5b8e6cd1dd

View File

@@ -300,7 +300,7 @@ VaultWithdraw::doApply()
<< "VaultWithdraw: " //
"Cannot burn all outstanding shares while unrealized loss is non-zero";
return tefINTERNAL;
// LCOV_EXCL_END
// LCOV_EXCL_STOP
}
STAmount const allAvailable{vaultAsset, *assetsAvailable};