Skip to content

Commit

Permalink
tests/plugins/nvim-osc52: use new test.checkWarnings option
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Aug 22, 2024
1 parent 0041818 commit 0641962
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test-sources/plugins/utils/nvim-osc52.nix
Original file line number Diff line number Diff line change
@@ -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 = {
Expand All @@ -22,6 +21,6 @@
};

# Hide warnings, since this plugin is deprecated
warnings = pkgs.lib.mkForce [ ];
test.checkWarnings = false;
};
}

0 comments on commit 0641962

Please sign in to comment.