Skip to content

Commit bcf430e

Browse files
committed
fix: correct import path for createMockExecutor in simulator-utils test
1 parent 5c784fa commit bcf430e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/__tests__/simulator-utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, it, expect } from 'vitest';
22
import { determineSimulatorUuid } from '../simulator-utils.js';
3-
import { createMockExecutor } from '../test-common.js';
3+
import { createMockExecutor } from '../command.js';
44

55
describe('determineSimulatorUuid', () => {
66
const mockSimulatorListOutput = JSON.stringify({

0 commit comments

Comments
 (0)