Skip to content

Commit aff0832

Browse files
committed
fix: remove printf
1 parent 17090ae commit aff0832

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

provider/workspace_preset_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package provider_test
22

33
import (
4-
"fmt"
54
"regexp"
65
"testing"
76

@@ -210,8 +209,7 @@ func TestWorkspacePreset(t *testing.T) {
210209
for _, testcase := range testcases {
211210
t.Run(testcase.Name, func(t *testing.T) {
212211
t.Parallel()
213-
214-
fmt.Println("testcase.ExpectError: ", testcase.ExpectError)
212+
215213
resource.Test(t, resource.TestCase{
216214
ProviderFactories: coderFactory(),
217215
IsUnitTest: true,

0 commit comments

Comments
 (0)