Skip to content

Commit 8e93def

Browse files
fix tests [no_release]
1 parent 836a45d commit 8e93def

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tests/Integration/CustomAlertsTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ public function setUp(): void
3535
}
3636
public function testGetReportMediumOptions()
3737
{
38-
$this->assertEquals([
39-
['key' => 'email', 'value' => 'CustomAlerts_MediumEmail', 'disabled' => false],
40-
['key' => 'mobile', 'value' => 'CustomAlerts_MediumMobile', 'disabled' => false],
38+
$this->assertContains(
4139
['key' => 'slack', 'value' => 'CustomAlerts_MediumSlack', 'disabled' => false],
42-
], CustomAlerts::getReportMediumOptions());
40+
CustomAlerts::getReportMediumOptions()
41+
);
4342
}
4443
}
-29 Bytes
Loading

0 commit comments

Comments
 (0)