Start here. This is the direct spoken answer to practice first.
Why this question matters
The useful distinction is not whether a test is short; it is whether the test gives clear, durable evidence about behavior the team cares about.
A valuable unit test protects one observable behavior, runs quickly and deterministically, and fails with a clear reason. It uses representative boundary cases rather than only the happy path. The arrangement should make the business rule understandable, while assertions focus on outcomes instead of private fields or helper calls.