From 5323acfaccf33bf038eb495535515f0d35dedadf Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Mon, 17 Jun 2013 23:07:17 -0700 Subject: [PATCH] Fix warning --- test/test_app_status.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_app_status.rb b/test/test_app_status.rb index e22c1c1f..b367ae94 100644 --- a/test/test_app_status.rb +++ b/test/test_app_status.rb @@ -82,7 +82,7 @@ class TestAppStatus < Test::Unit::TestCase end def test_alternate_location - status, _ , app = lint('__alternatE_location_/stats') + status, _ , _ = lint('__alternatE_location_/stats') assert_equal 200, status end end