Skip to content

Commit

Permalink
commit WIP #2970
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Aug 28, 2023
1 parent e44d4f9 commit 73cd141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ class ProjectControllerSpec extends Specification implements ControllerUnitTest<
String reportId = 'r1'
when:
controller.reportPDF(projectId, reportId)
controller.printableReport(projectId, reportId)
then:
1 * projectService.doesReportBelongToProject(projectId, reportId) >> false
Expand Down

0 comments on commit 73cd141

Please sign in to comment.