We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8977bc8 commit 8af2974Copy full SHA for 8af2974
tests/Unit/Views/ComponentTest.php
@@ -9,7 +9,7 @@
9
10
it('shows the current status for a component with no linked incidents', function () {
11
$component = Component::factory()->create([
12
- 'status' => ComponentStatusEnum::operational->value
+ 'status' => ComponentStatusEnum::operational->value,
13
]);
14
15
$view = $this->view('cachet::components.component', [
0 commit comments