Skip to content

Commit 7bd1189

Browse files
committed
chore: fix typo
1 parent c56c360 commit 7bd1189

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

controlplane/test/organization/getOrganizationBySlug.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ describe('router compatibility-version list tests', () => {
1616
return { ClickHouseClient };
1717
});
1818

19-
2019
beforeAll(async () => {
2120
dbname = await beforeAllSetup();
2221
});
@@ -33,7 +32,7 @@ describe('router compatibility-version list tests', () => {
3332
await afterAllSetup(dbname);
3433
});
3534

36-
test('that a list of supported router compatibility versions is returned', async () => {
35+
test('that an organization can be fetched by slug', async () => {
3736
const organizationId = randomUUID();
3837
const organizationSlug = `slug-${organizationId}`;
3938
const organizationName = 'company-a';

controlplane/test/router/compatibility-version/list.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ describe('router compatibility-version list tests', () => {
1616
return { ClickHouseClient };
1717
});
1818

19-
2019
beforeAll(async () => {
2120
dbname = await beforeAllSetup();
2221
});

0 commit comments

Comments
 (0)