From 933447ce48a3896746cb77012339cc0d0aa2e574 Mon Sep 17 00:00:00 2001 From: Valentin Balaschenko <13349202+vlntb@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:52:42 +0000 Subject: [PATCH] test case description update --- src/test/app/Vault_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/app/Vault_test.cpp b/src/test/app/Vault_test.cpp index 11b405e082..1876616f68 100644 --- a/src/test/app/Vault_test.cpp +++ b/src/test/app/Vault_test.cpp @@ -5248,7 +5248,7 @@ class Vault_test : public beast::unit_test::suite { using namespace test::jtx; - testcase("frozen asset cannot withdraw to issuer (spec deviation)"); + testcase("frozen IOU can be withdrawn to issuer"); Env env{*this, testable_amendments() | featureSingleAssetVault}; Account issuer{"issuer"};