From aba6abf7f2b90ff737033f3bb20a3271198c8491 Mon Sep 17 00:00:00 2001 From: Rob Emery Date: Sun, 24 Apr 2016 20:27:37 +0100 Subject: [PATCH] POTUS: adding failing tests for vice president queries (#1863) --- t/POTUS.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/POTUS.t b/t/POTUS.t index 3f0a7d451..1b490583e 100644 --- a/t/POTUS.t +++ b/t/POTUS.t @@ -90,6 +90,8 @@ ddg_goodie_test( result => 'Abraham Lincoln' } ), + 'who is the vice president of the united states?' => undef, + 'vice president of the united states' => undef ); done_testing;