Skip to content

Conversation

@jagdish-15
Copy link
Member

No description provided.

@github-actions
Copy link
Contributor

This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested.

If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos.

[no important files changed]

For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping @exercism/maintainers-admin in a comment. Thank you!

return Promise.all(tasks);
}

xtest('Changing balance directly throws error', () => {
Copy link
Member Author

Choose a reason for hiding this comment

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

This test is an extra one! It isn’t listed in test.toml or in canonical-data.json on the problem-specifications repo.
It comes from the original test file.

Should we keep it, or would it be better to remove it?

Copy link
Contributor

Choose a reason for hiding this comment

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

my 2 cents: The test should stay, as it's a valid use case and it's not superseded by any of the other tests

return Promise.all(tasks);
}

xtest('Changing balance directly throws error', () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

my 2 cents: The test should stay, as it's a valid use case and it's not superseded by any of the other tests

@Cool-Katt Cool-Katt merged commit 7c27d49 into exercism:main Aug 18, 2025
10 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.

2 participants