fix: Use `matching.custom`, not `matching.match_custom` in DepsetFileSubject

A typo was introduced during the refactoring. This makes some downstream tests
that found this green again. A followup change will add unit tests.

PiperOrigin-RevId: 518653571
1 file changed
tree: 71088f6f5fd6623c8b20b23e6421f4f730c94c89
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. docgen/
  5. docs/
  6. e2e/
  7. lib/
  8. tests/
  9. .bazelignore
  10. .bazelrc
  11. addlicense.sh
  12. AUTHORS
  13. BUILD
  14. CODEOWNERS
  15. CONTRIBUTING.md
  16. LICENSE
  17. MODULE.bazel
  18. README.md
  19. RELEASING.md
  20. WORKSPACE.bazel
  21. WORKSPACE.bzlmod
README.md

Buildstatus

Framworks and utilities for testing Bazel Starlark rules

rules_testing provides frameworks and utilities to make testing Starlark rules easier and convenient.

For detailed docs, see the docs directory.