Skip to content

Commit 5fd5afa

Browse files
cfredriccopybara-github
authored andcommitted
Fix typo in example on testing.md.
The example says that `foo` should correspond to `provider_contents` earlier in the text. Closes bazelbuild#14274. PiperOrigin-RevId: 412977913
1 parent 4256d46 commit 5fd5afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/skylark/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Then:
169169

170170
* its test rule type should be named `foo_test` (`provider_contents_test`)
171171

172-
* the label of the target of this rule type should be `foo`
172+
* the label of the target of this rule type should be `foo_test`
173173
(`provider_contents_test`)
174174

175175
* the implementation function for the testing rule should be named

0 commit comments

Comments
 (0)