Skip to content

Commit

Permalink
chore: adding TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
fracasula committed Dec 10, 2024
1 parent 32a2399 commit 2ae67b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modelv2/workspaceconfigs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ func TestWorkspaceConfigsUpdatedAt(t *testing.T) {
require.Equal(t, wcs.Workspaces["ws-3"], ws)
require.Equal(t, time.Date(2021, 1, 3, 0, 0, 0, 0, time.UTC), wcs.Workspaces["ws-3"].GetUpdatedAt())
}

func TestNonUpdateables(t *testing.T) {
t.Skip("TODO")
}

0 comments on commit 2ae67b0

Please sign in to comment.