test: Replace failed string in Vault test case (#6214)

The word `failed` in the test case makes it hard to search through the test logs when an actual test failure occurs, so this change renames the word to just `fail` instead.
This commit is contained in:
Mayukha Vadari
2026-01-14 14:40:07 -05:00
committed by GitHub
parent efa57e872b
commit ebcfd6645d

View File

@@ -2076,7 +2076,7 @@ class Vault_test : public beast::unit_test::suite
PrettyAsset const& asset,
Vault& vault,
MPTTester& mptt) {
testcase("MPT failed reserve to re-create MPToken");
testcase("MPT fail reserve to re-create MPToken");
auto [tx, keylet] =
vault.create({.owner = owner, .asset = asset});