Skip to content

Commit

Permalink
#5885 job test update
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed May 24, 2024
1 parent 084b555 commit 6de029f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jobs/email/ReviewReminderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function register(\Pimple\Container $pimple)
->withAnyArgs()
->andReturn(
// Mock the context(Journal/Press/Server) object
Mockery::mock(\APP\journal\Journal::class)
Mockery::mock(\PKP\context\Context::class)
->makePartial()
->shouldReceive([
'getPath' => '',
Expand Down

0 comments on commit 6de029f

Please sign in to comment.