From 79ca2e2734f02cf9240576eca094db16c11dbff0 Mon Sep 17 00:00:00 2001 From: Lee Briggs Date: Wed, 31 Aug 2022 15:15:31 -0700 Subject: [PATCH] add path package to dotnet tests --- examples/examples_dotnet_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/examples_dotnet_test.go b/examples/examples_dotnet_test.go index e267bd20..96a50aee 100644 --- a/examples/examples_dotnet_test.go +++ b/examples/examples_dotnet_test.go @@ -4,7 +4,7 @@ package examples import ( - // "path" + "path" "testing" "github.com/pulumi/pulumi/pkg/v3/testing/integration"