We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef5e6f commit 4996128Copy full SHA for 4996128
1 file changed
Tests/Processor/JobProcessorTest.php
@@ -75,7 +75,7 @@ public function testProcess()
75
->willReturn($result)
76
;
77
78
- $this->repository
+ $this->jobGateway
79
->expects($this->exactly(2))
80
->method('save')
81
0 commit comments