Skip to content

Commit 84a68dc

Browse files
DilukaCopilot
andauthored
Update packages/query-graphql/__tests__/integration/federation-n1/federation-n1-integration.spec.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 95f6765 commit 84a68dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query-graphql/__tests__/integration/federation-n1/federation-n1-integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ describe('Federation N+1 Integration Test (Based on User Demo)', () => {
227227

228228
// Check for DataLoader debug logs (optional in test environment)
229229
const dataLoaderLogs = consoleLogs.filter(
230-
(log) => log.includes('临时调试:') || log.includes('DataLoaderFactory') || log.includes('ReferenceLoader')
230+
(log) => log.includes('DataLoaderFactory') || log.includes('ReferenceLoader')
231231
)
232232

233233
console.log(`\\nFound ${dataLoaderLogs.length} DataLoader debug logs:`)

0 commit comments

Comments
 (0)