Skip to content

Commit

Permalink
Rename test case to reflect newer persistence scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Jun 1, 2023
1 parent 6f122de commit 4a9cc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payment_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ mod tests {
use std::sync::Arc;

#[test]
fn persistence_guard_persists_on_drop() {
fn payment_info_is_persisted() {
let store = Arc::new(TestStore::new());
let logger = Arc::new(TestLogger::new());
let payment_store = PaymentStore::new(Vec::new(), Arc::clone(&store), logger);
Expand Down

0 comments on commit 4a9cc01

Please sign in to comment.