Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Feb 23, 2023
1 parent ede1cc8 commit 3da0a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/App/Command/CreatePostCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$entityManager->persist($post);
$entityManager->flush();

return self::SUCCESS;
return 0;
}
}

0 comments on commit 3da0a92

Please sign in to comment.