Skip to content

Commit ef98797

Browse files
Extract buffer from NonSharedBuffer
1 parent b40a99b commit ef98797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/test/vscode-tests/no-workspace/codeql-cli/distribution.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ describe("Distribution updates", () => {
429429
async () => {
430430
const file = await readFile(codeqlReleaseZipPath);
431431

432-
return HttpResponse.arrayBuffer(file, {
432+
return HttpResponse.arrayBuffer(file.buffer, {
433433
headers: {
434434
"Content-Type": "application/octet-stream",
435435
},

0 commit comments

Comments
 (0)