changed is_cached to 0 on test file

master
jlbaez 2015-10-29 02:53:06 +00:00
parent 84e37f16f5
commit 5e8ec03081
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use Test::More;
use DDG::Test::Goodie;
zci answer_type => "magic_eight_ball";
zci is_cached => 1;
zci is_cached => 0;
my $possibleAnswers = qr/(It is certain|It is decidedly so|Without a doubt|Yes, definitely|You may rely on it|As I see it, yes|Most likely|Outlook good|Yes|Signs point to yes|Reply hazy try again|Ask again later|Better not tell you now|Cannot predict now|Concentrate and ask again|Don't count on it|My reply is no|My sources say no|Outlook not so good|Very doubtful)/;