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: