Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Nov 13, 2024
1 parent e417215 commit cee3dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ fn test_store_payment_session() {
}

#[test]
fn test_store_payment_hisotry() {
fn test_store_payment_history() {
let dir = tempdir().unwrap();
let path = dir.path().join("payment_history_store");
let mut store = Store::new(path);
Expand Down

0 comments on commit cee3dcf

Please sign in to comment.