diff --git a/unit-test.html b/unit-test.html
index c992b84..31f4826 100644
--- a/unit-test.html
+++ b/unit-test.html
@@ -365,8 +365,8 @@
Automated testing
from wallet import Wallet, InsufficientAmount
import pytest
def test_default_initial_amount():
- wallet = Wallet()
- assert wallet.balance == 0
+ wallet = Wallet()
+ assert wallet.balance == 0
def test_setting_initial_amount():
wallet = Wallet(100)