From 892caa9b40793bf1a1648d76d89a92ffa0693248 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 30 Apr 2024 09:24:51 +0200 Subject: [PATCH] tests/pylsp: change test name --- tests/test-sources/plugins/lsp/pylsp.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test-sources/plugins/lsp/pylsp.nix b/tests/test-sources/plugins/lsp/pylsp.nix index 03f46df8..efe2941c 100644 --- a/tests/test-sources/plugins/lsp/pylsp.nix +++ b/tests/test-sources/plugins/lsp/pylsp.nix @@ -1,6 +1,5 @@ { - # Example pylsp config - default = { + example = { plugins.lsp = { enable = true;