🐛 fix(nvim): corrected typo for one neotest adapter

This commit is contained in:
Sergio Laín 2023-12-24 16:42:30 +01:00
parent 21de2891c9
commit aca9d3a22d
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -30,7 +30,7 @@ return {
}, },
opts = { opts = {
adapters = { adapters = {
["neotest-haskell"] = {}, ["neotest-bash"] = {},
}, },
}, },
}, },