From fe34040f13a43fc353b48a2fc6bdaf5bba8aa101 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 26 Aug 2023 14:25:41 +0100 Subject: [PATCH] daily-email: add link --- src/content/daily-email/2023-08-24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/daily-email/2023-08-24.md b/src/content/daily-email/2023-08-24.md index de35567b..1012ddb3 100644 --- a/src/content/daily-email/2023-08-24.md +++ b/src/content/daily-email/2023-08-24.md @@ -9,7 +9,7 @@ tags: - test-driven-development --- -If you have multiple implementations of a service, as I [mentioned in yesterday's email](), you need to ensure they all provide the same functionality. +If you have multiple implementations of a service, as I [mentioned in yesterday's email](https://www.oliverdavies.uk/archive/2023/08/23/dont-use-third-party-services-directly), you need to ensure they all provide the same functionality. You need to be able to run the same tests against each implementation and have them pass.