diff --git a/t/FindAnagrams.t b/t/FindAnagrams.t index ecf388f64..ea259494c 100644 --- a/t/FindAnagrams.t +++ b/t/FindAnagrams.t @@ -5,16 +5,16 @@ use warnings; use Test::More; use DDG::Test::Goodie; -zci answer_type => 'string'; -zci is_cached => 0; +zci answer_type => 'findanagrams'; +zci is_cached => 1; ddg_goodie_test( [qw(DDG::Goodie::FindAnagrams)], "Find Anagrams" => test_zci("No Anagrams Found."), "Find Anagrams <>" => test_zci("No Anagrams Found."), - "Find Anagrams stop" => test_zci("Post opts post pots spot tops"), - "Find Anagrams lost" => test_zci("lots, slot"), + "Find Anagrams stop" => test_zci("Post,opts,post,pots,spot,tops"), + "Find Anagrams lost" => test_zci("lots,slot"), ); done_testing;