From 03efbb78cf4cedd12047200bb90a223addae31cb Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sat, 12 Dec 2020 15:54:27 +0100 Subject: fix: link --- docs/unit-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/unit-testing.md b/docs/unit-testing.md index 3242607..3bd1181 100644 --- a/docs/unit-testing.md +++ b/docs/unit-testing.md @@ -69,7 +69,7 @@ Examples of refactoring AzerothCore singletons to make them mockable (and improv ### Run tests in IDEs -You can also run the tests directly in IDEs such as [CLion](https://github.com/azerothcore/forum/issues/4) +You can also run the tests directly in IDEs such as [CLion](https://github.com/azerothcore/azerothcore-wotlk/discussions/3881) CLion lets you easily run the tests with debug and with coverage: -- cgit