From 15ad32ce63d9043f153502aff33bbc215857a392 Mon Sep 17 00:00:00 2001 From: Rocco Palladino Date: Sun, 10 May 2015 22:22:18 -0500 Subject: [PATCH] Fix typo --- tests/CommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CommandTest.php b/tests/CommandTest.php index 29d3291..9c83b83 100644 --- a/tests/CommandTest.php +++ b/tests/CommandTest.php @@ -97,7 +97,7 @@ public function itGetsSpecifiedAmountOfBytes() /** * @test */ - public function itGetsSpecifiedAmountOfLitItems() + public function itGetsSpecifiedAmountOfListItems() { $this->commandTester->execute([ "command" => $this->command->getName(),