tests/plugins/nvim-osc52: use new test.checkWarnings option

This commit is contained in:
Matt Sturgeon 2024-08-22 10:59:34 +01:00
parent 004181813f
commit 06419627e2
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -1,10 +1,9 @@
{ pkgs, ... }:
{
empty = {
plugins.nvim-osc52.enable = true;
# Hide warnings, since this plugin is deprecated
warnings = pkgs.lib.mkForce [ ];
test.checkWarnings = false;
};
defaults = {
@ -22,6 +21,6 @@
};
# Hide warnings, since this plugin is deprecated
warnings = pkgs.lib.mkForce [ ];
test.checkWarnings = false;
};
}