Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jingchen2222 committed Feb 19, 2023
1 parent 5a6e991 commit 79fbdb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/storage/src/db_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1500,8 +1500,7 @@ mod tests {
)
);

// update document test
// update document - name and age related index update
// update document, id not exist
let id_not_exist = DocumentId::zero().to_base64();
let db_mutation = build_update_document_mutation(
db_id.address(),
Expand Down

0 comments on commit 79fbdb0

Please sign in to comment.