Skip to content

Commit

Permalink
Rename flags test
Browse files Browse the repository at this point in the history
  • Loading branch information
oleks-rip committed Jan 30, 2025
1 parent dc9bafc commit a508b9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/app/MultiSign_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ class MultiSign_test : public beast::unit_test::suite
}

void
test_SignerListSet_Flags(FeatureBitset features)
test_signerListSetFlags(FeatureBitset features)
{
using namespace test::jtx;

Expand Down Expand Up @@ -1732,8 +1732,8 @@ class MultiSign_test : public beast::unit_test::suite
testAll(all - featureExpandedSignerList);
testAll(all);

test_SignerListSet_Flags(all - fixTransactionFlags);
test_SignerListSet_Flags(all);
test_signerListSetFlags(all - fixTransactionFlags);
test_signerListSetFlags(all);

test_amendmentTransition();
}
Expand Down

0 comments on commit a508b9a

Please sign in to comment.