Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
rescrv committed Dec 2, 2024
1 parent 1d0be1a commit f23c64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/load/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ mod tests {
load.start(
"foo".to_string(),
"nop".to_string(),
"get-no-filter".to_string(),
Workload::ByName("get-no-filter".to_string()),
(chrono::Utc::now() + chrono::Duration::seconds(10)).into(),
1.0,
)
Expand Down

0 comments on commit f23c64d

Please sign in to comment.