Skip to content

Commit

Permalink
chore: remove dumb snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
covercash2 committed Nov 23, 2024
1 parent 96e033a commit 9f1a10f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 478 deletions.
4 changes: 1 addition & 3 deletions ollama-cli/src/tui/event/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ mod tests {

#[test]
fn load_default_keymap() {
let event_definitions: EventDefinitions = toml::from_str(DEFAULTS).unwrap();

assert_debug_snapshot!(event_definitions);
let _event_definitions: EventDefinitions = toml::from_str(DEFAULTS).unwrap();
}
}
Loading

0 comments on commit 9f1a10f

Please sign in to comment.