Skip to content

Commit

Permalink
make format as always
Browse files Browse the repository at this point in the history
  • Loading branch information
birarda committed Aug 20, 2024
1 parent 5572bc5 commit cb57fb2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1107,11 +1107,10 @@ TEST_CASE_METHOD(StateTest, "Parent Hash with Empty Left Subtree")
states[0].remove_proposal(LeafIndex{ 1 }),
};

auto [commit2, welcome2, new_state_2] =
states[2].commit(fresh_secret(), CommitOpts{ { removes }, true, false, {} }, {});
silence_unused(commit2);
states[2] = new_state_2;

auto [commit2, welcome2, new_state_2] = states[2].commit(
fresh_secret(), CommitOpts{ { removes }, true, false, {} }, {});
silence_unused(commit2);
states[2] = new_state_2;

// Member @2 should have a valid tree, even though its filtered direct path no
// longer goes to the root.
Expand Down

0 comments on commit cb57fb2

Please sign in to comment.