Skip to content

Commit

Permalink
refactor: rename test
Browse files Browse the repository at this point in the history
Signed-off-by: Hanadi92 <hanadi.tamimi@gmail.com>
  • Loading branch information
hanadi92 committed Jan 20, 2024
1 parent 3fd3bc9 commit 768b3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background_updates/status/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl Response {
}

#[test]
fn test_get_background_updates() {
fn test_status_background_updates() {
let name = "current update 1".to_string();
let total_item_count = 123456789654;
let total_duration_ms = 2134567.12345;
Expand Down

0 comments on commit 768b3e0

Please sign in to comment.