Skip to content

Commit

Permalink
Adjust floating point test case in SharingBlacklistTest
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Oct 25, 2019
1 parent 711f0a6 commit 14cd6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/tests/SharingBlacklistTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function getBlacklistedReceiverGroupsProvider() {
["[0]", ["0"]],
["[1]", ["1"]],
["[1.23]", ["1.23"]],
["[1.23e-4]", ["1.23e-4"]],
["[\"1.23e-4\"]", ["1.23e-4"]],
["[\"group1\"]", ["group1"]],
["[\"group1\", \"group2\", \"group3\"]", ["group1", "group2", "group3"]],
];
Expand Down

0 comments on commit 14cd6fb

Please sign in to comment.