From 7bb3a09bc1af1316483d537881386860fd1e678c Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Wed, 7 Feb 2018 09:27:30 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/BotManTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/BotManTest.php b/tests/BotManTest.php index ed6f7309..96df61a0 100644 --- a/tests/BotManTest.php +++ b/tests/BotManTest.php @@ -141,7 +141,6 @@ public function it_does_not_use_fallback_for_conversation_replies() ]); $botman->hears('Hi Julia', function ($botman) { - $conversation = new TestConversation(); $botman->storeConversation($conversation, function ($answer) use (&$called) { @@ -643,7 +642,7 @@ public function it_can_store_conversations() 'recipient' => 'general', 'message' => 'foo', ]); - + $conversation = new TestConversation(); $botman->hears('foo', function ($botman) use ($conversation) {