Skip to content

Commit

Permalink
fix test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardAH committed Jul 20, 2023
1 parent 80f308f commit 32a27c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/app/LedgerMaster_test.cpp
Expand Up @@ -38,7 +38,7 @@ class LedgerMaster_test : public beast::unit_test::suite
}

void
testTxnIDfromIndex(FeatureBitset features)
testTxnIdFromIndex(FeatureBitset features)
{
testcase("tx_id_from_index");

Expand Down Expand Up @@ -129,7 +129,7 @@ class LedgerMaster_test : public beast::unit_test::suite
void
testWithFeats(FeatureBitset features)
{
testTxnIDfromIndex(features);
testTxnIdFromIndex(features);
}
};

Expand Down

0 comments on commit 32a27c5

Please sign in to comment.