From 15f639ff6c530c0084ad1285e1f2e3be71ebf1a6 Mon Sep 17 00:00:00 2001 From: Giovanni Ciatto Date: Sat, 23 Mar 2024 16:24:42 +0100 Subject: [PATCH] fix: link in qa --- content/qa-tdd/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/qa-tdd/_index.md b/content/qa-tdd/_index.md index f3afd57..ca000e6 100644 --- a/content/qa-tdd/_index.md +++ b/content/qa-tdd/_index.md @@ -804,7 +804,7 @@ _One possible solution is in the next slide_ ## One possible solution -(also available on [branch `exercises/01-test-layout` of the `testable-calculator`] repository(https://github.com/unibo-dtm-se/testable-calculator/blob/exercises/01-test-layout/tests/test_gui.py#L44)) +(also available on [branch `exercises/01-test-layout` of the `testable-calculator` repository](https://github.com/unibo-dtm-se/testable-calculator/blob/exercises/01-test-layout/tests/test_gui.py#L44)) ```python class CalculatorGUITestCase(unittest.TestCase):