From 4a5d4bc3c0e65eb60ea5abd3fd1ac8aeb1f1f42c Mon Sep 17 00:00:00 2001 From: Samuel Mwangi Date: Fri, 7 Jun 2024 09:56:09 +0300 Subject: [PATCH] Fix tests --- tests/Unit/ValueObjects/Voice/DialTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Unit/ValueObjects/Voice/DialTest.php b/tests/Unit/ValueObjects/Voice/DialTest.php index dded86a..83ac7d0 100644 --- a/tests/Unit/ValueObjects/Voice/DialTest.php +++ b/tests/Unit/ValueObjects/Voice/DialTest.php @@ -19,7 +19,7 @@ callerId: '+256706900900', )->build(), )->toBe( - '', + '', ); it('sets the record option') @@ -62,7 +62,7 @@ Dial::make(['+254711123123', '+254733321321']) ->ringBackTone('https://mymediafile.com/playme.mp3') ->build(), - )->toBe(''); + )->toBe(''); it('sets maxDuration') ->expect(