Skip to content

Commit 7aebdc8

Browse files
Update bank_account_test.cpp
Just add the letter C to the beginning of "Cannot".
1 parent acc3255 commit 7aebdc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/practice/bank-account/bank_account_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ TEST_CASE("Can do multiple operations sequentially", "[45161c94-a094-4c77-9cec-9
5858
REQUIRE(account.balance() == 20);
5959
}
6060

61-
TEST_CASE("annot check balance of closed account", "[f9facfaa-d824-486e-8381-48832c4bbffd]") {
61+
TEST_CASE("Cannot check balance of closed account", "[f9facfaa-d824-486e-8381-48832c4bbffd]") {
6262
Bankaccount::Bankaccount account{};
6363
account.open();
6464
account.close();
@@ -154,4 +154,4 @@ TEST_CASE("Can handle concurrent transactions", "[ba0c1e0b-0f00-416f-8097-a7dfc9
154154

155155
REQUIRE(account.balance() == 0);
156156
}
157-
#endif
157+
#endif

0 commit comments

Comments
 (0)