diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2020-12-12 15:54:27 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2020-12-12 15:54:27 +0100 |
| commit | 03efbb78cf4cedd12047200bb90a223addae31cb (patch) | |
| tree | de19659bbaf9b423cb71e85f36f200bcb50e8877 | |
| parent | 848804f843e7b770efac16c53a5d8add17a94cd0 (diff) | |
| download | wiki-03efbb78cf4cedd12047200bb90a223addae31cb.tar.gz wiki-03efbb78cf4cedd12047200bb90a223addae31cb.tar.bz2 wiki-03efbb78cf4cedd12047200bb90a223addae31cb.zip | |
fix: link
| -rw-r--r-- | docs/unit-testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
