Skip to content

Commit 1126a6b

Browse files
fix tests [no_release]
1 parent 836a45d commit 1126a6b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

tests/Integration/CustomAlertsTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ 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],
4240
], CustomAlerts::getReportMediumOptions());
4341
}
-29 Bytes
Loading

0 commit comments

Comments
 (0)