X Tutup
Skip to content

Commit 14cd6fb

Browse files
committed
Adjust floating point test case in SharingBlacklistTest
1 parent 711f0a6 commit 14cd6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_sharing/tests/SharingBlacklistTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function getBlacklistedReceiverGroupsProvider() {
7777
["[0]", ["0"]],
7878
["[1]", ["1"]],
7979
["[1.23]", ["1.23"]],
80-
["[1.23e-4]", ["1.23e-4"]],
80+
["[\"1.23e-4\"]", ["1.23e-4"]],
8181
["[\"group1\"]", ["group1"]],
8282
["[\"group1\", \"group2\", \"group3\"]", ["group1", "group2", "group3"]],
8383
];

0 commit comments

Comments
 (0)
X Tutup