Skip to content

fix(test): add missing uuid import in create_collections_test - #2146

Merged
vchaindz merged 1 commit into
masterfrom
fix/missing-uuid-import
Sep 2, 2026
Merged

fix(test): add missing uuid import in create_collections_test#2146
vchaindz merged 1 commit into
masterfrom
fix/missing-uuid-import

Conversation

@vchaindz

@vchaindz vchaindz commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

create_collections_test.go calls uuid.New().String() in four places — the
suite's SetupTest and three collection-name helpers — but the file never
imports github.com/google/uuid.

The result is a compile error, so the whole
test/document_storage_tests/documents_tests package fails to build:

undefined: uuid

This adds the single missing import line. No test logic changes.

@coveralls

coveralls commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 84.856% (-0.006%) from 84.862% — fix/missing-uuid-import into master

@vchaindz
vchaindz force-pushed the fix/missing-uuid-import branch from 49453da to fb4c5fc Compare September 2, 2026 17:27
The test calls uuid.New() in four places but the package was never
imported, so the documents_tests package failed to compile.
@vchaindz
vchaindz force-pushed the fix/missing-uuid-import branch from fb4c5fc to 6ac6665 Compare September 2, 2026 20:09
@vchaindz
vchaindz merged commit bfdce03 into master Sep 2, 2026
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants