Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f811778

Browse files
committed
chore: address comments - update cli test name
1 parent 007f3fd commit f811778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/delete_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ func TestDelete(t *testing.T) {
219219
<-doneChan
220220
})
221221

222-
t.Run("Workspace delete permissions", func(t *testing.T) {
222+
t.Run("Prebuilt workspace delete permissions", func(t *testing.T) {
223223
t.Parallel()
224224
if !dbtestutil.WillUsePostgres() {
225225
t.Skip("this test requires postgres")

0 commit comments

Comments
 (0)