Skip to content

Commit

Permalink
Muokkaus
Browse files Browse the repository at this point in the history
  • Loading branch information
ayriainen committed Nov 6, 2023
1 parent a41b8ae commit db6d369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/varasto_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_konstruktori_luo_tyhjan_varaston(self):
self.assertAlmostEqual(self.varasto.saldo, 0)

def test_konstruktori_saldo_isompi(self):
#katsotaan voiko saldo olla isompi kuin tilavuus
#katsotaan voisiko saldo olla isompi kuin tilavuus
varasto = Varasto(10, 11)

self.assertAlmostEqual(varasto.saldo, 10)
Expand Down

0 comments on commit db6d369

Please sign in to comment.