From 8c52356d076c942838cffeb2ad30ae638df8f37c Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 23 Feb 2017 09:22:23 +0000 Subject: [PATCH] Forgot to also remove refernce to deleted variable --- tests/Browser/MicropubClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Browser/MicropubClientTest.php b/tests/Browser/MicropubClientTest.php index 56f14c68..6361d597 100644 --- a/tests/Browser/MicropubClientTest.php +++ b/tests/Browser/MicropubClientTest.php @@ -22,7 +22,7 @@ class MicropubClientTest extends DuskTestCase public function test_client_page_updates_syndication() { - $this->browse(function ($browser) use ($note) { + $this->browse(function ($browser) { $browser->visit(route('micropub-client')) ->clickLink('Refresh Syndication Targets') ->assertSee('jonnybarnes');