Skip to content

Commit

Permalink
Fix package name for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Apr 18, 2024
1 parent f96570b commit 2ddb44e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
package examples

import (
"path/filepath"
"testing"

"github.com/pulumi/pulumi/pkg/v3/testing/integration"
Expand All @@ -14,7 +13,7 @@ func getJSBaseOptions(t *testing.T) integration.ProgramTestOptions {
base := getBaseOptions()
baseJS := base.With(integration.ProgramTestOptions{
Dependencies: []string{
"@pulumi/foo",
"@pulumiverse/acme",
},
})

Expand Down

0 comments on commit 2ddb44e

Please sign in to comment.