small mistake in SeriesTest.kt line 76: wrong param order
Open
- Dominant language
- Kotlin
- Stars
- 249
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Description
greetings,
order of params in assertEquals():
first: expected, second: actual
line 76 is:
`assertEquals(lsp(input, span), lsp) `
line 76 should be:
`assertEquals(lsp, lsp(input, span))`
best wishes & thanks for your work!
Contributor guide
No contributing guide indexed for this repository
Research direction
Open SeriesTest.kt and inspect line 76, where the assertEquals arguments are shown in the issue. Verify the expected and actual parameter order, make the assertion match the requested order, and run the relevant Kotlin tests to confirm it passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100