Skip to content

Conversation

scottn12
Copy link
Contributor

Description

Follow up from #25299. Updates the newly added test to ensure forEach() iterated the correct number of times and uses assert.equal instead of assert.strictEqual.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates a test for SharedDirectory.forEach() to improve test coverage and consistency. The changes ensure the forEach method iterates the expected number of times and standardizes assertion methods.

  • Adds assertions to verify forEach iterates exactly the expected number of times
  • Replaces assert.strictEqual with assert.equal for consistency

@github-actions github-actions bot added area: dds Issues related to distributed data structures base: main PRs targeted against main branch labels Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dds Issues related to distributed data structures base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant