diff --git a/internal/api/api_test.go b/internal/api/api_test.go index 6653248e1..22e9ac234 100644 --- a/internal/api/api_test.go +++ b/internal/api/api_test.go @@ -54,7 +54,7 @@ func TestListCodespaces(t *testing.T) { } -func TestCleanupUnusedCodespaces(t *testing.T) { +func TestDeleteCodespacesByAge(t *testing.T) { type args struct { codespaces []*Codespace thresholdDays int