Summarize what this test method is verifying about the implementation method it's testing. Your summary should be a single sentence describing the expected behavior being validated.

Focus on the business logic being tested, not the testing mechanics (assertions, mocks, etc.).

Test method:
```
{{testCode}}
```

Implementation method being tested:
```
{{implementationCode}}
```
