Update rustpad-server/tests/cleanup.rs

This commit is contained in:
Eric Zhang 2021-07-15 18:19:07 -05:00 committed by GitHub
parent ece266180a
commit e2d9145a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ async fn test_cleanup() -> Result<()> {
let hour = Duration::from_secs(3600);
time::pause();
time::advance(46 * hour).await;
time::advance(47 * hour).await;
expect_text(&filter, "old", "hello").await;
time::advance(3 * hour).await;