mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 09:46:53 +00:00
test: Fix LCOV_EXCL_END -> LCOV_EXCL_STOP (#7407)
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user