Skip to content

Commit 3154159

Browse files
committed
fix: testing-testing -> unit-testing
1 parent 88dea2f commit 3154159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/blog/why-unit-testing-can-be-hard/index.en.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: Why unit testing can be hard?
33
date: 2021-05-03
44
image_credit: craftedbygc
5-
url: testing-testing-common-mistakes
5+
url: unit-testing-common-mistakes
66
aliases:
77
- "why-unit-testing-can-be-hard.html"
88
- "why-unit-testing-can-be-hard"
9+
- "testing-testing-common-mistakes"
910
description: Testing can be really difficult for beginners. The main reason is that your code probably uses IO. This blog post gives you tips about improving your code design to ease testing.
1011
keywords: "software,testing,unit test,coupling,io,dependency inversion"
1112
tags: [testing, OOP]

0 commit comments

Comments
 (0)