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 444244a commit 7c5c545Copy full SHA for 7c5c545
pkg/library/home/custom_init_test.go
@@ -36,7 +36,7 @@ func TestCustomInitPersistentHome(t *testing.T) {
36
expectCustomInitSkipped bool
37
}{
38
{
39
- name: "Skips default init when custom init-persistent-home is provided",
+ name: "Adds default init when custom init-persistent-home is provided",
40
workspace: &common.DevWorkspaceWithConfig{
41
DevWorkspace: &dw.DevWorkspace{
42
Spec: dw.DevWorkspaceSpec{
@@ -72,7 +72,7 @@ func TestCustomInitPersistentHome(t *testing.T) {
72
},
73
74
75
- expectDefaultInitAdded: false,
+ expectDefaultInitAdded: true,
76
77
78
name: "Adds default init when no custom init-persistent-home is provided",
0 commit comments