From 65fb82097bc35a8b06da6b8a1c4b36c0c459932d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 29 Jul 2022 20:56:29 -0700 Subject: fix(wpcarro/emacs): Fix list.el tests I was getting false-positive ERT test results because I forgot to use the `should` macro in my assertions. I discovered this when debugging a subtle bug in cycle.el that depends on `list-contains?` return `t` or `nil` instead of truthy or falsy values. Change-Id: Ibbf89fd1c4f50f86d5efcaa4cd87280b97e111ce Reviewed-on: https://cl.tvl.fyi/c/depot/+/6003 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/emacs/pkgs/list/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/wpcarro/emacs/pkgs/list/default.nix') diff --git a/users/wpcarro/emacs/pkgs/list/default.nix b/users/wpcarro/emacs/pkgs/list/default.nix index 490c0ba1745b..cc94df87dc37 100644 --- a/users/wpcarro/emacs/pkgs/list/default.nix +++ b/users/wpcarro/emacs/pkgs/list/default.nix @@ -12,6 +12,7 @@ let dash ]) ++ (with depot.users.wpcarro.emacs.pkgs; [ + maybe set ]); }) -- cgit 1.4.1