mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 13:33:11 +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 {
|
||||
getInstanceCacheMetrics,
|
||||
getInstanceCacheMetrics,
|
||||
getN8nApiClient,
|
||||
clearInstanceCache
|
||||
|
||||
Reference in New Issue
Block a user