fix: typo

Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
pull/24376/head
Marco Neumann 2021-11-26 10:29:04 +00:00
parent e5bfa08910
commit 589b7ad3af
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ async fn cant_write_to_db_reading_from_write_buffer() {
assert_contains!(err.to_string(), "only allowed through write buffer");
assert!(matches!(dbg!(err), WriteError::ServerError(_)));
// Deleteing from this database is an error; all data comes from write buffer
// Deleting from this database is an error; all data comes from write buffer
let mut delete_client = server.delete_client();
let err = delete_client
.delete(