mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 05:23:08 +00:00
fix: remove duplicate import in cache-metrics test
Remove duplicate getInstanceCacheMetrics import that was causing TypeScript linting error 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
import { describe, it, expect, beforeEach, vi, afterEach } from 'vitest';
|
import { describe, it, expect, beforeEach, vi, afterEach } from 'vitest';
|
||||||
import {
|
import {
|
||||||
getInstanceCacheMetrics,
|
|
||||||
getInstanceCacheMetrics,
|
getInstanceCacheMetrics,
|
||||||
getN8nApiClient,
|
getN8nApiClient,
|
||||||
clearInstanceCache
|
clearInstanceCache
|
||||||
|
|||||||
Reference in New Issue
Block a user