Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nadhifikbarw committed Dec 23, 2024
1 parent 12fdcf8 commit c4f006c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/airtable.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe("Airtable", function () {
{ headers: "replace" }
);
expect(newAirtable.customHeaders).toEqual({
"user-agent": "airtable-pfetch",
"user-agent": "airtable-ofetch",
});
});

Expand Down

0 comments on commit c4f006c

Please # to comment.