Skip to content

Commit

Permalink
fix npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny-Dasilva committed Aug 10, 2024
1 parent 902aa3e commit a00be6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/multipartFormData.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe("CycleTLS Multipart Form Data Test", () => {

expect(responseBody.files).toBeDefined();
expect(responseBody.files.file).toContain(
"./cycletls"
"imports locally per go.mod"
);
});
});

0 comments on commit a00be6a

Please sign in to comment.