Skip to content

Commit 73cd141

Browse files
committed
commit WIP #2970
1 parent e44d4f9 commit 73cd141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/au/org/ala/merit/ProjectControllerSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ class ProjectControllerSpec extends Specification implements ControllerUnitTest<
452452
String reportId = 'r1'
453453
454454
when:
455-
controller.reportPDF(projectId, reportId)
455+
controller.printableReport(projectId, reportId)
456456
457457
then:
458458
1 * projectService.doesReportBelongToProject(projectId, reportId) >> false

0 commit comments

Comments
 (0)