diff options
author | William Carroll <wpcarro@gmail.com> | 2022-07-30T03·56-0700 |
---|---|---|
committer | wpcarro <wpcarro@gmail.com> | 2022-07-30T04·23+0000 |
commit | 65fb82097bc35a8b06da6b8a1c4b36c0c459932d (patch) | |
tree | 2bf32e5924dc1e3e4a54c4551117f8fb0986c531 /users/wpcarro/emacs/pkgs/list/default.nix | |
parent | 8989dad5ed88d55e24d5f3047597053232068c11 (diff) |
fix(wpcarro/emacs): Fix list.el tests r/4348
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 <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/emacs/pkgs/list/default.nix')
-rw-r--r-- | users/wpcarro/emacs/pkgs/list/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 ]); }) |