From e856dc5b274345dd18a61174c35d02e16a92e78f Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 18 Dec 2008 00:03:23 -0500 Subject: oh, i thought i fixed this - 35 letter words exist in other languages... make this number larger --- t/022-random-word-nocache.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/022-random-word-nocache.t b/t/022-random-word-nocache.t index cabff08..61fad0d 100644 --- a/t/022-random-word-nocache.t +++ b/t/022-random-word-nocache.t @@ -29,6 +29,6 @@ SKIP: { is(length $word, 4, "testing random_word with a given length"); - is($wl->random_word(35), undef, + is($wl->random_word(999), undef, "random_word returns undef if no words are found"); } -- cgit v1.2.3-54-g00ecf