Skip to content

Commit 2c1bfbc

Browse files
authored
Remove slicelabels tag from generate (#4916)
1 parent ec0f6a6 commit 2c1bfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tools/docs_generator/docs_updated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
var moduleRoot = "../../../"
1919

2020
// Run the below generate command to automatically update the Markdown docs with generated content
21-
//go:generate go test -tags slicelabels -fix-tests -v
21+
//go:generate go test -fix-tests -v
2222

2323
var fixTestsFlag = flag.Bool("fix-tests", false, "update the test files with the current generated content")
2424

0 commit comments

Comments
 (0)