Skip to content

(EAI-616)split test case into more isolated test cases #582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 22, 2025
Merged

Conversation

yakubova92
Copy link
Collaborator

Jira: https://jira.mongodb.org/browse/EAI-616

Changes

  • test case "handles embedded content" was removed

  • test cases for loading and updating embedded content were added.

  • I noticed the test case "has an overridable default collection name" was listed twice, I removed one

Notes

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@yakubova92 yakubova92 requested a review from nlarew January 9, 2025 23:12
Comment on lines 117 to 120
const pageEmbeddings = await store.loadEmbeddedContent({ page });
const anotherPageEmbeddings = await store?.loadEmbeddedContent({
page: anotherPage,
});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should either use optional chaining (?.) on both of these call or neither

Copy link
Collaborator

@nlarew nlarew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 nitpicky request + need to resolve merge conflicts, then this should be good to go

@yakubova92 yakubova92 merged commit fad9c73 into main Jan 22, 2025
1 check passed
@yakubova92 yakubova92 deleted the EAI-616 branch January 22, 2025 18:08
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.

None yet

2 participants