about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Rice <alexrice999@hotmail.co.uk>2019-09-19T14·35+0100
committerVincent Ambo <github@tazj.in>2019-09-19T14·56+0100
commit5f6b51cce4feb91ac5748099811c1a70c30b2937 (patch)
tree0dd5c420bf96348fb7b269a1ca0370b7eb2e535c
parent13cc0d3d4814b4871b0e03fc0a522c135f3607e6 (diff)
test: add eitherN test
-rw-r--r--tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.nix b/tests.nix
index f2380a7709..6863ced066 100644
--- a/tests.nix
+++ b/tests.nix
@@ -80,6 +80,7 @@ deepSeq rec {
     any bool drv float int string path
 
     (attrs int)
+    (eitherN [ int string bool ])
     (either int string)
     (enum [ "foo" "bar" ])
     (list string)