From 05567acc7cf6985e01636e007a5edb43cea5bad9 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 19 Aug 2017 00:47:42 +0200 Subject: [PATCH] Remove exception from tests that cannot be thrown with specified call --- tests/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/index.php b/tests/index.php index 613193c..c90ec1f 100644 --- a/tests/index.php +++ b/tests/index.php @@ -85,9 +85,6 @@ function processRequestData(\Delight\Auth\Auth $auth) { catch (\Delight\Auth\EmailNotVerifiedException $e) { return 'email not verified'; } - catch (\Delight\Auth\AttemptCancelledException $e) { - return 'attempt cancelled'; - } catch (\Delight\Auth\TooManyRequestsException $e) { return 'too many requests'; }