diff options
Diffstat (limited to 'tests/lib/archive')
-rw-r--r-- | tests/lib/archive/zip.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/archive/zip.php b/tests/lib/archive/zip.php index e049a899d88..195e3450f3f 100644 --- a/tests/lib/archive/zip.php +++ b/tests/lib/archive/zip.php @@ -19,4 +19,4 @@ class Test_Archive_ZIP extends Test_Archive { return new OC_Archive_ZIP(OCP\Files::tmpFile('.zip')); } } -}
\ No newline at end of file +} |