summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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");
}