mrcjkb / neotest-haskell

Neotest adapter for Haskell (cabal or stack) with support for Sydtest, Hspec and Tasty
GNU General Public License v2.0
55 stars 4 forks source link

fix: typo in tasty module #154

Closed bradsherman closed 7 months ago

bradsherman commented 7 months ago

I noticed this while trying to run neotest haskell in a stack project with tasty tests. Once I fixed this typo, I was able to do things like lua require('neotest').run.run() and have the test run. Without this change, it would fail with an error saying Cannot run tests for configured build tools: stack.

github-actions[bot] commented 7 months ago

Review Checklist

Does this PR follow the Contribution Guidelines? Following is a partial checklist:

Proper conventional commit scoping:

If applicable:

mrcjkb commented 7 months ago

@all-contributors please add @bradsherman for code

allcontributors[bot] commented 7 months ago

@mrcjkb

I've put up a pull request to add @bradsherman! :tada:

mrcjkb commented 7 months ago

I'm out right now, but I'll push a new tag tomorrow.