Skip to content

Commit fb5e08b

Browse files
committed
formatting
1 parent 8fb0777 commit fb5e08b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/user-management/user-management.spec.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2326,7 +2326,9 @@ describe('UserManagement', () => {
23262326
state: 'test-state',
23272327
});
23282328

2329-
expect(url).toContain('https://api.workos.com/user_management/authorize');
2329+
expect(url).toContain(
2330+
'https://api.workos.com/user_management/authorize',
2331+
);
23302332
});
23312333
});
23322334

@@ -2457,7 +2459,9 @@ describe('UserManagement', () => {
24572459
state: 'test-state',
24582460
});
24592461

2460-
expect(url).toContain('https://api.workos.dev/user_management/authorize');
2462+
expect(url).toContain(
2463+
'https://api.workos.dev/user_management/authorize',
2464+
);
24612465
});
24622466
});
24632467

0 commit comments

Comments
 (0)