aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-08-17 11:36:16 +0200
committerGitHub <noreply@github.com>2022-08-17 11:36:16 +0200
commit312b719acf686f51065e83290cd88704d703a50c (patch)
treed35436952d0fa21a5010f53944c97a73bd81be7b /tests/lib/Files
parent11d5a1d3dfea09dc53894d51e336c512e75f733d (diff)
parentde63f6363f1ae590c9735fbe9592835c04ab32cd (diff)
downloadnextcloud-server-312b719acf686f51065e83290cd88704d703a50c.tar.gz
nextcloud-server-312b719acf686f51065e83290cd88704d703a50c.zip
Merge pull request #32943 from nextcloud/unencrypted-size-revert-interface-changes
Revert interface changes from "store unencrypted size in the unencrypted_size column"
Diffstat (limited to 'tests/lib/Files')
-rw-r--r--tests/lib/Files/ObjectStore/S3Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Files/ObjectStore/S3Test.php b/tests/lib/Files/ObjectStore/S3Test.php
index a7a95d53375..fd451dc3c01 100644
--- a/tests/lib/Files/ObjectStore/S3Test.php
+++ b/tests/lib/Files/ObjectStore/S3Test.php
@@ -176,7 +176,7 @@ class S3Test extends ObjectStoreTest {
// end of file reached
fseek($result, $size);
- self:self::assertTrue(feof($result));
+ self::assertTrue(feof($result));
$this->assertNoUpload('testfilesizes');
}