Skip to content

Commit 0ab9947

Browse files
authored
plugins/neotest: fix adapters assertion message (#3022)
This error references Telescope, but it should reference neotest.
1 parent 3a66c8a commit 0ab9947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/by-name/neotest/adapters.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let
4040
assertions = lib.nixvim.mkAssertions "plugins.neotest.adapters.${name}" {
4141
assertion = config.plugins.neotest.enable;
4242
message = ''
43-
You have to enable `plugins.telescope` as `enableTelescope` is activated.
43+
You have to enable `plugins.neotest` to enable neotest adapters.
4444
'';
4545
};
4646

0 commit comments

Comments
 (0)