Incorrect text for test cases in Balanced Brackets question

In the balanced brackets problem (https://learn.freecodecamp.org/coding-interview-prep/rosetta-code/balanced-brackets/), the test cases often have their assertions labeled incorrectly.

For example:

isBalanced("][")should return true.

This is incorrect. This case should expect the output to be false.

The test cases themselves seem to be implemented correctly, but the descriptions are often wrong.

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

Created https://github.com/freeCodeCamp/freeCodeCamp/issues/36774