From b1c015cc9b56f004362398567e708c7aecb65be4 Mon Sep 17 00:00:00 2001 From: RedYetiDev <38299977+RedYetiDev@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:39:32 -0400 Subject: [PATCH] fixup! test: update `FileAPI` wpt --- test/wpt/status/FileAPI/blob.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/wpt/status/FileAPI/blob.json b/test/wpt/status/FileAPI/blob.json index d089acbed5108e..06e5779683e341 100644 --- a/test/wpt/status/FileAPI/blob.json +++ b/test/wpt/status/FileAPI/blob.json @@ -7,9 +7,7 @@ "expected": [ "Getters and value conversions should happen in order until an exception is thrown.", "options properties should be accessed in lexicographic order.", - "Arguments should be evaluated from left to right." - ], - "unexpected": [ + "Arguments should be evaluated from left to right.", "Passing a Float16Array as element of the blobParts array should work." ] }