summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-12-18 00:03:23 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-12-18 00:03:23 -0500
commite856dc5b274345dd18a61174c35d02e16a92e78f (patch)
tree6019078d79e1bd7145c9b49ae5d41aa079d7839f
parentb870c95deec9d2cb554cd07c57ae456e0b52a320 (diff)
downloadgames-word-e856dc5b274345dd18a61174c35d02e16a92e78f.tar.gz
games-word-e856dc5b274345dd18a61174c35d02e16a92e78f.zip
oh, i thought i fixed this - 35 letter words exist in other languages... make this number larger
-rw-r--r--t/022-random-word-nocache.t2
1 files changed, 1 insertions, 1 deletions
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");
}