aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/tests/storage/buckets/resources/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/tests/storage/buckets/resources/util.js')
-rw-r--r--tests/wpt/tests/storage/buckets/resources/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/tests/storage/buckets/resources/util.js b/tests/wpt/tests/storage/buckets/resources/util.js
index 425303ce2c9..5fff4894442 100644
--- a/tests/wpt/tests/storage/buckets/resources/util.js
+++ b/tests/wpt/tests/storage/buckets/resources/util.js
@@ -4,7 +4,7 @@
// is over (whether it passes or fails).
async function prepareForBucketTest(test) {
// Verify initial state.
- assert_equals('', (await navigator.storageBuckets.keys()).join());
+ assert_equals((await navigator.storageBuckets.keys()).join(), '');
// Clean up after test.
test.add_cleanup(async function() {
const keys = await navigator.storageBuckets.keys();