We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6680fb1 commit fded331Copy full SHA for fded331
exercises/practice/bank-account/bank-account.spec.js
@@ -67,7 +67,7 @@ describe('Bank Account', () => {
67
}).toThrow(ValueError);
68
});
69
70
- xtest('Cannot deposit into closed account', () => {
+ xtest('Cannot deposit into unopened account', () => {
71
const account = new BankAccount();
72
expect(() => {
73
account.deposit(50);
0 commit comments