Skip to content

Commit

Permalink
fix test for reveal.js presentations
Browse files Browse the repository at this point in the history
  • Loading branch information
RLesur committed Nov 27, 2019
1 parent 4573ae4 commit ee10157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-travis/test-chrome.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ assert('chrome_print() works with reveal.js presentations', {

(identical(pdftools::pdf_info(f)$pages, 5L))

first_page_text_content = pdftools::pdf_text('reveal.pdf')[1]
first_page_text_content = pdftools::pdf_text(f)[1]
(identical(first_page_text_content, 'Test reveal.js'))
})

0 comments on commit ee10157

Please sign in to comment.