Skip to content

Commit 36ece41

Browse files
committed
fix test
1 parent 88fc79d commit 36ece41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Unit/Domain/Messaging/Service/Manager/BounceRegexManagerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ public function testUpdateExistingRegex(): void
8585
->with($hash)
8686
->willReturn($existing);
8787

88-
$this->regexRepository->expects($this->once())
89-
->method('save')
90-
->with($existing);
91-
9288
$updated = $this->manager->createOrUpdateFromPattern(
9389
regex: $pattern,
9490
action: 'delete',

0 commit comments

Comments
 (0)