Update internal/api/api_test.go
Co-authored-by: CamiloGarciaLaRotta <camilogarcialarotta@github.com>
This commit is contained in:
parent
35e0f95243
commit
22e9da790c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue