From 9330bb628efc46d1bff42b1e7f327ba03f68a507 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 21 Oct 2020 18:53:32 -0400 Subject: [PATCH] Fix broken test --- tests/AnimeClient/KitsuTest.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/AnimeClient/KitsuTest.php b/tests/AnimeClient/KitsuTest.php index 5ca24b9b..7fe0a671 100644 --- a/tests/AnimeClient/KitsuTest.php +++ b/tests/AnimeClient/KitsuTest.php @@ -31,16 +31,4 @@ class KitsuTest extends TestCase { { $this->assertEquals([], Kitsu::parseStreamingLinks([])); } - - public function testTitleIsUniqueEmpty() - { - $actual = Kitsu::filterTitles([ - 'canonicalTitle' => 'Foo', - 'titles' => [ - null, - '' - ] - ]); - $this->assertEquals(['Foo'], $actual); - } } \ No newline at end of file