Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBrady committed Aug 27, 2024
1 parent 1583c9e commit 322e5ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/test/TestUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ genesis(int minute, int second)
getTestDateTime(1, 7, 2014, 0, minute, second));
}

void upgradeSorobanNetworkConfig(std::function<void(SorobanNetworkConfig&)> modifyFn,
void
upgradeSorobanNetworkConfig(std::function<void(SorobanNetworkConfig&)> modifyFn,
SimulationPtr simulation)
{
auto nodes = simulation->getNodes();
Expand Down
3 changes: 2 additions & 1 deletion src/test/TestUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ void setSorobanNetworkConfigForTest(SorobanNetworkConfig& cfg);
// for most of the unit tests (unless the test is meant to exercise the
// configuration limits).
void overrideSorobanNetworkConfigForTest(Application& app);
void upgradeSorobanNetworkConfig(std::function<void(SorobanNetworkConfig&)> modifyFn,
void
upgradeSorobanNetworkConfig(std::function<void(SorobanNetworkConfig&)> modifyFn,
SimulationPtr simulation);
void
modifySorobanNetworkConfig(Application& app,
Expand Down

0 comments on commit 322e5ca

Please sign in to comment.