summaryrefslogtreecommitdiffstats
path: root/bank-eiffel/studentaccount.e
diff options
context:
space:
mode:
Diffstat (limited to 'bank-eiffel/studentaccount.e')
-rw-r--r--bank-eiffel/studentaccount.e2
1 files changed, 1 insertions, 1 deletions
diff --git a/bank-eiffel/studentaccount.e b/bank-eiffel/studentaccount.e
index abbb070..8367489 100644
--- a/bank-eiffel/studentaccount.e
+++ b/bank-eiffel/studentaccount.e
@@ -13,7 +13,7 @@ create
13 13
14feature -- Basic operations 14feature -- Basic operations
15 15
16 add_authorized_signer (an_authorized_signer: PERSON) 16 add_authorized_signer (an_authorized_signer: STUDENT)
17 do 17 do
18 check 18 check
19 authorized_signers_only_one: get_authorized_signers.count = 0 19 authorized_signers_only_one: get_authorized_signers.count = 0