From 2dc33d195bb77ffe5e3767f4a39461124497c3b5 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Mon, 20 Mar 2023 15:36:19 +0100 Subject: [PATCH] fix unit test Signed-off-by: Benjamin Brahmer --- tests/Unit/Service/UpdaterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/Service/UpdaterTest.php b/tests/Unit/Service/UpdaterTest.php index 741ec91e3c..5d5a644781 100644 --- a/tests/Unit/Service/UpdaterTest.php +++ b/tests/Unit/Service/UpdaterTest.php @@ -59,7 +59,7 @@ protected function setUp(): void $this->itemService = $this->getMockBuilder(ItemServiceV2::class) ->disableOriginalConstructor() ->getMock(); - $this->itemService = $this->getMockBuilder(IJobList::class) + $this->jobList = $this->getMockBuilder(IJobList::class) ->disableOriginalConstructor() ->getMock(); $this->updater = new UpdaterService(