We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f036c18 commit 59d1933Copy full SHA for 59d1933
index.test.ts
@@ -67,7 +67,7 @@ describe("Replicate client", () => {
67
});
68
69
70
- describe("accounts.current", () => {
+ describe("account.get", () => {
71
test("Calls the correct API route", async () => {
72
nock(BASE_URL).get("/account").reply(200, {
73
type: "organization",
0 commit comments