Skip to content

Commit c65d08c

Browse files
committed
chore: lint
1 parent c883bed commit c65d08c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/composer-registry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ describe('RegistryClient - Composer Integration', () => {
370370
it('should include Composer packages when composer.json exists', async () => {
371371
// Create a fresh registry client for this test to avoid interference
372372
const testRegistryClient = new RegistryClient('/test/project', mockLogger, mockConfig)
373-
373+
374374
// Mock file system
375375
const existsSyncSpy = spyOn(fs, 'existsSync')
376376
existsSyncSpy.mockImplementation((path) => {

test/deps-yaml-update.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ describe('Bun deps.yaml Update Tests', () => {
2020
let config: BuddyBotConfig
2121

2222
beforeAll(async () => {
23-
2423
// Create a temporary directory for testing
2524
testDir = await mkdtemp(join(tmpdir(), 'buddy-test-'))
2625
originalCwd = process.cwd()

0 commit comments

Comments
 (0)