Skip to content

Commit 067f14c

Browse files
committed
fixed kickstarter test
1 parent 456b8a3 commit 067f14c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/KickstarterTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ public function testOne()
99
$this->assertEquals($info->description, 'Nutrient-dense Real Food! Good Seed hemp patties transform the veggie burger with bold flavor blends & sprouted superfood ingredients.');
1010
$this->assertEquals($info->width, 480);
1111
$this->assertEquals($info->height, 360);
12-
$this->assertEquals($info->type, 'video');
1312
$this->assertEquals($info->authorName, 'Oliver Ponce and Erin Shotwell');
1413
$this->assertEquals($info->providerName, 'Kickstarter');
1514
}

0 commit comments

Comments
 (0)