From 22e9da790c92e6e65b5ec531a466856bda0fc2a3 Mon Sep 17 00:00:00 2001 From: Raffaele Di Fazio Date: Thu, 16 Sep 2021 18:43:16 +0200 Subject: [PATCH] Update internal/api/api_test.go Co-authored-by: CamiloGarciaLaRotta --- internal/api/api_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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