From dcd77749dd1fdf6b0c8183bfbdf4f97bf238ebe4 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 20 Mar 2023 09:26:54 +0000 Subject: Add history deletion (#791) * Drop events. I'd still like to do them, but differently * Start adding delete api stuff * Set mailmap * Delete delete delete * Fix tests * Make clippy happy --- atuin-client/src/encryption.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'atuin-client/src/encryption.rs') diff --git a/atuin-client/src/encryption.rs b/atuin-client/src/encryption.rs index bb017b74..c718d4da 100644 --- a/atuin-client/src/encryption.rs +++ b/atuin-client/src/encryption.rs @@ -124,6 +124,7 @@ mod test { 1, Some("beep boop".to_string()), Some("booop".to_string()), + None, ); let e1 = encrypt(&history, &key1).unwrap(); -- cgit v1.3.1