fix test name

This commit is contained in:
dangell7
2023-01-23 03:35:13 -05:00
committed by Richard Holland
parent 3dd7fd4754
commit f79b6c7193

View File

@@ -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: