Skip to content

Commit

Permalink
Fix typo in example on testing.md.
Browse files Browse the repository at this point in the history
The example says that `foo` should correspond to `provider_contents` earlier in the text.

Closes bazelbuild#14274.

PiperOrigin-RevId: 412977913
  • Loading branch information
cfredric authored and copybara-github committed Nov 29, 2021
1 parent 4256d46 commit 5fd5afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/skylark/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Then:

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

* the label of the target of this rule type should be `foo`
* the label of the target of this rule type should be `foo_test`
(`provider_contents_test`)

* the implementation function for the testing rule should be named
Expand Down

0 comments on commit 5fd5afa

Please sign in to comment.