There was an error while loading. Please reload this page.
2 parents 6670981 + ca9a33f commit 4840ca4Copy full SHA for 4840ca4
1 file changed
tests/Unit/ExtensionRegistrarTest.php
@@ -23,8 +23,8 @@ public function test_it_can_get_all_extensions_with_a_locale()
23
$this->assertCount(3, $extensions);
24
25
$this->assertContains([
26
- 'key' => 'extension.foo',
27
- 'label' => 'foo extension',
+ 'key' => 'extension.foo',
+ 'label' => 'foo extension',
28
], $extensions);
29
}
30
0 commit comments