From 63fa10412eafdf5a0f054de6cbb798c2feeeb9fd Mon Sep 17 00:00:00 2001 From: dangell7 Date: Mon, 23 Jan 2023 03:35:13 -0500 Subject: [PATCH] fix test name --- src/test/app/Escrow_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/app/Escrow_test.cpp b/src/test/app/Escrow_test.cpp index e9b4983d7..bbffbe5de 100644 --- a/src/test/app/Escrow_test.cpp +++ b/src/test/app/Escrow_test.cpp @@ -3479,7 +3479,7 @@ struct Escrow_test : public beast::unit_test::suite } void - testICGW(FeatureBitset features) + testICGateway(FeatureBitset features) { testcase("IC Gateway"); using namespace test::jtx; @@ -3566,7 +3566,7 @@ struct Escrow_test : public beast::unit_test::suite testICMetaAndOwnership(features); testICConsequences(features); testICEscrowWithTickets(features); - testICGW(features); + testICGateway(features); } public: