Update daily email permalinks

This is a follow-up to commit 3be9031de8
as each daily email has a `permalink` value that overrides the default
content type permalink.
This commit is contained in:
Oliver Davies 2024-05-20 23:58:27 +01:00
parent 382793dc33
commit 5eba6de81a
158 changed files with 159 additions and 159 deletions

View file

@ -1,7 +1,7 @@
---
title: Keep logic within tests for as long as you can
date: 2024-02-16
permalink: archive/2024/02/16/keep-logic-within-tests-for-as-long-as-you-can
permalink: daily/2024/02/16/keep-logic-within-tests-for-as-long-as-you-can
snippet: |
Making the easy change to get a test to pass might mean you write more logic in your tests than you expect, at least to begin with.
tags: