Skip to content

Commit aaf6419

Browse files
committed
fix: Update test name
1 parent dde06b3 commit aaf6419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/orchestrator/connect/socket-server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ vi.mock(import('open'), async () => {
3939
})
4040

4141
// The apply orchestrator directly calls plan so this will test both
42-
describe('Connect orchestrator tests', () => {
42+
describe('Connect server tests', () => {
4343
beforeEach(() => {
4444
vol.reset();
4545
})

0 commit comments

Comments
 (0)