Skip to content

Commit 632389c

Browse files
author
razvan
committed
fix(test): update parser Go tests for FileCountResult signature
1 parent 0336e90 commit 632389c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/parser/go/analyzer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func TestRealPackage_IndexerSignatures(t *testing.T) {
149149
{"IndexWorkspace", []string{"IndexWorkspace", "root", "collection", "Options", "error"}},
150150
{"IndexFile", []string{"IndexFile", "collection", "path", "State", "int", "error"}},
151151
{"IndexItems", []string{"IndexItems", "collection", "error"}},
152-
{"CountAllFiles", []string{"CountAllFiles", "root", "excludePatterns", "map"}},
152+
{"CountAllFiles", []string{"CountAllFiles", "root", "excludePatterns", "FileCountResult"}},
153153
// BUG-003 fixed — check constructor signatures too
154154
{"NewService", []string{"NewService", "Service"}},
155155
{"LoadState", []string{"LoadState", "path", "State", "error"}},

0 commit comments

Comments
 (0)