Skip to content

Commit

Permalink
fixup! test: Retry all RPC commands to fix MacOS CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Oct 30, 2024
1 parent 08a76c8 commit 654b649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/jtx/Env.h
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ class Env
/** Gets the TER result and `didApply` flag from a RPC Json result object.
*/
static ParsedResult
parseResult(Json::Value const& jr, bool checkTER = true);
parseResult(Json::Value const& jr, bool checkTER);

/** Submit an existing JTx.
This calls postconditions.
Expand Down

0 comments on commit 654b649

Please sign in to comment.