Skip to content

Commit 2880438

Browse files
committed
fix: update import path for getFailureLogs to match naming convention
1 parent 101f26f commit 2880438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools/getFailureLogs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest';
2-
import { getFailureLogs } from '../../src/tools/getFailureLogs';
2+
import { getFailureLogs } from '../../src/tools/get-failure-logs';
33
import * as automate from '../../src/tools/failurelogs-utils/automate';
44
import * as appAutomate from '../../src/tools/failurelogs-utils/app-automate';
55

0 commit comments

Comments
 (0)