Update internal/api/api_test.go

Co-authored-by: CamiloGarciaLaRotta <camilogarcialarotta@github.com>
This commit is contained in:
Raffaele Di Fazio 2021-09-16 18:43:16 +02:00 committed by GitHub
parent 35e0f95243
commit 22e9da790c

View file

@ -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