Skip to content

Commit 59d1933

Browse files
committed
Update operation ID for account.get
1 parent f036c18 commit 59d1933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe("Replicate client", () => {
6767
});
6868
});
6969

70-
describe("accounts.current", () => {
70+
describe("account.get", () => {
7171
test("Calls the correct API route", async () => {
7272
nock(BASE_URL).get("/account").reply(200, {
7373
type: "organization",

0 commit comments

Comments
 (0)