Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a064678 commit d355783Copy full SHA for d355783
cli/delete_test.go
@@ -39,7 +39,7 @@ func TestDelete(t *testing.T) {
39
assert.ErrorIs(t, err, io.EOF)
40
}
41
}()
42
- pty.ExpectMatch("Cleaning Up")
+ pty.ExpectMatch("workspace has been deleted")
43
<-doneChan
44
})
45
@@ -68,7 +68,7 @@ func TestDelete(t *testing.T) {
68
69
70
71
72
73
74
@@ -102,7 +102,7 @@ func TestDelete(t *testing.T) {
102
103
104
105
106
107
108
workspace, err = client.Workspace(context.Background(), workspace.ID)
0 commit comments