Skip to content

Commit 7c5c545

Browse files
committed
fixup! fixup! Apply suggestion from @dkwon17
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent 444244a commit 7c5c545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/library/home/custom_init_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func TestCustomInitPersistentHome(t *testing.T) {
3636
expectCustomInitSkipped bool
3737
}{
3838
{
39-
name: "Skips default init when custom init-persistent-home is provided",
39+
name: "Adds default init when custom init-persistent-home is provided",
4040
workspace: &common.DevWorkspaceWithConfig{
4141
DevWorkspace: &dw.DevWorkspace{
4242
Spec: dw.DevWorkspaceSpec{
@@ -72,7 +72,7 @@ func TestCustomInitPersistentHome(t *testing.T) {
7272
},
7373
},
7474
},
75-
expectDefaultInitAdded: false,
75+
expectDefaultInitAdded: true,
7676
},
7777
{
7878
name: "Adds default init when no custom init-persistent-home is provided",

0 commit comments

Comments
 (0)