mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-24 11:51:00 +02:00
This test called `closeSinglePage` manually at the end of the test, which is inconsistent with all other tests that call `closePages` in an `afterEach` block. This commit fixes the difference for consistency.