Skip to content

Commit 66b1638

Browse files
committed
fix
1 parent c79c53a commit 66b1638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/namespaces/vpc/v2/custom_private_network_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func Test_GetPrivateNetwork(t *testing.T) {
2020
cmds.Merge(redis.GetCommands())
2121
cmds.Merge(mongodb.GetCommands())
2222

23-
/* t.Run("Simple", core.Test(&core.TestConfig{
23+
t.Run("Simple", core.Test(&core.TestConfig{
2424
Commands: cmds,
2525
BeforeFunc: core.BeforeFuncCombine(
2626
createPN(),
@@ -33,7 +33,7 @@ func Test_GetPrivateNetwork(t *testing.T) {
3333
deleteInstance(),
3434
deletePN(),
3535
),
36-
}))*/
36+
}))
3737

3838
t.Run("Multiple", core.Test(&core.TestConfig{
3939
Commands: cmds,

0 commit comments

Comments
 (0)