Skip to content

Commit

Permalink
plugins/neotest: fix adapters assertion message (#3022)
Browse files Browse the repository at this point in the history
This error references Telescope, but it should reference neotest.
  • Loading branch information
milesbxf authored Feb 18, 2025
1 parent 3a66c8a commit 0ab9947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/by-name/neotest/adapters.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let
assertions = lib.nixvim.mkAssertions "plugins.neotest.adapters.${name}" {
assertion = config.plugins.neotest.enable;
message = ''
You have to enable `plugins.telescope` as `enableTelescope` is activated.
You have to enable `plugins.neotest` to enable neotest adapters.
'';
};

Expand Down

0 comments on commit 0ab9947

Please sign in to comment.