Skip to content

Commit 37f605f

Browse files
fixed test
1 parent 36f4692 commit 37f605f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PluginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function testPluginDetails()
1717
{
1818
$details = $this->plugin->pluginDetails();
1919
$this->assertTrue(is_array($details));
20-
$this->assertCount(3, $details);
20+
$this->assertGreaterThanOrEqual(3, $details);
2121
}
2222

2323
/**

0 commit comments

Comments
 (0)