Skip to content

Commit 78ced36

Browse files
committed
Fix test
1 parent a9c3d18 commit 78ced36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/testdata/paralleltest.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ func TestFunctionSuccessfulRangeTest(t *testing.T) {
2121
}
2222
}
2323

24-
// ERROR "Function TestFunctionMissingCallToParallel missing the call to method parallel"
25-
func TestFunctionMissingCallToParallel(t *testing.T) {}
24+
func TestFunctionMissingCallToParallel(t *testing.T) {} // ERROR "Function TestFunctionMissingCallToParallel missing the call to method parallel"

0 commit comments

Comments
 (0)