From 82915d6ee31fd763e7cd2391a25c225060cf1120 Mon Sep 17 00:00:00 2001
From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de>
Date: Mon, 01 Jul 2024 15:34:08 +0200
Subject: [PATCH] Vererbung
---
study-effort/tests/mystudy/lecture_test.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/study-effort/tests/mystudy/lecture_test.py b/study-effort/tests/mystudy/lecture_test.py
index cc6f0f8..2e91970 100644
--- a/study-effort/tests/mystudy/lecture_test.py
+++ b/study-effort/tests/mystudy/lecture_test.py
@@ -33,7 +33,7 @@
self.assertTrue(diff < EPSILON)
def test_parse_lecture_line(self):
- data = "English; 3; 2"
+ data = "English; 3 ; 2"
english = parse_lecture_line(data)
text = "Vorlesungsname English ECTS: 2"
self.assertEqual(text, f"{english}")
--
Gitblit v1.10.0