Skip to content

Commit

Permalink
fix: test selectors heading and code example
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 21, 2024
1 parent 481cafe commit d799099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/testing/unit-testing/test-selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Example from Banking on Clojure
(testing "New customer generative testing")
(is (spec/valid?
:customer/id
(:customer/id (SUT/new-customer
(:customer/id (namespace/new-customer
(spec-gen/generate (spec/gen :customer/unregistered)))))))
```

## Test Selectors
## Using test selectors

Start a test selective category of tests running by specifying test selectors to include or exclude.

Expand Down

0 comments on commit d799099

Please sign in to comment.