Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,10 @@ mod deletion_tests {
}

#[tokio::test]
async fn test_document_delete_on_document_type_that_keeps_history_replays_protocol_version_13() {
run_document_delete_on_document_type_that_keeps_history_at_protocol_version(13, false).await;
async fn test_document_delete_on_document_type_that_keeps_history_replays_protocol_version_13()
{
run_document_delete_on_document_type_that_keeps_history_at_protocol_version(13, false)
.await;
}

/// Exercises an already-deployed contradictory contract at both sides of
Expand Down
Loading