Skip to content

Commit

Permalink
fix: small fix for test: test_document_creation_on_contested_unique_i…
Browse files Browse the repository at this point in the history
…ndex
  • Loading branch information
QuantumExplorer committed Jun 16, 2024
1 parent 9919a8f commit 4dd34e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ mod tests {
index_name: "parentNameAndLabel".to_string(),
index_values: vec![dash_encoded, quantum_encoded],
result_type: ResultType::DocumentsAndVoteTally as i32,
allow_include_locked_and_abstaining_vote_tally: false,
allow_include_locked_and_abstaining_vote_tally: true,
start_at_identifier_info: None,
count: None,
prove: true,
Expand Down

0 comments on commit 4dd34e2

Please sign in to comment.