Skip to content

Commit

Permalink
Fix test name (zed-industries#9979)
Browse files Browse the repository at this point in the history
This must've come about from copying and pasting another test and
forgetting to update the name.

Release Notes:

- N/A
  • Loading branch information
JosephTLyons authored Mar 30, 2024
1 parent f9becbd commit 480e3c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/client/src/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,10 @@ mod tests {
}

#[gpui::test]
async fn test_connection_timeout(executor: BackgroundExecutor, cx: &mut TestAppContext) {
async fn test_telemetry_flush_on_flush_interval(
executor: BackgroundExecutor,
cx: &mut TestAppContext,
) {
init_test(cx);
let clock = Arc::new(FakeSystemClock::new(
Utc.with_ymd_and_hms(1990, 4, 12, 12, 0, 0).unwrap(),
Expand Down

0 comments on commit 480e3c9

Please sign in to comment.