From 02cd4044dadd50786204a61c3dfb6b032ef09cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 10 Mar 2021 20:56:03 +0100 Subject: [PATCH] doc: fix link to googletest fixtures PR-URL: https://github.com/nodejs/node/pull/37698 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: Harshitha K P Reviewed-By: Darshan Sen Reviewed-By: Trivikram Kamat --- doc/guides/writing-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/writing-tests.md b/doc/guides/writing-tests.md index 62524cfd3e620b..b0a82b2dcac4b0 100644 --- a/doc/guides/writing-tests.md +++ b/doc/guides/writing-tests.md @@ -459,4 +459,4 @@ Nightly coverage reports for the Node.js master branch are available at [all maintained branches]: https://github.com/nodejs/lts [directory structure overview]: https://github.com/nodejs/node/blob/HEAD/test/README.md#test-directories [node.green]: https://node.green/ -[test fixture]: https://github.com/google/googletest/blob/HEAD/googletest/docs/primer.md#test-fixtures-using-the-same-data-configuration-for-multiple-tests-same-data-multiple-tests +[test fixture]: https://github.com/google/googletest/blob/HEAD/docs/primer.md#test-fixtures-using-the-same-data-configuration-for-multiple-tests-same-data-multiple-tests