From 8131d954d90f86ee5b2bbc848eeca2d3928d97de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 26 Oct 2020 16:14:31 +0100 Subject: [PATCH] doc: fix reference to googletest test fixture PR-URL: https://github.com/nodejs/node/pull/35813 Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: Jiawen Geng --- 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 a2d436def23940..50c1e78872fe7c 100644 --- a/doc/guides/writing-tests.md +++ b/doc/guides/writing-tests.md @@ -444,4 +444,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/master/test/README.md#test-directories [node.green]: https://node.green/ -[test fixture]: https://github.com/google/googletest/blob/master/googletest/docs/Primer.md#test-fixtures-using-the-same-data-configuration-for-multiple-tests +[test fixture]: https://github.com/google/googletest/blob/master/googletest/docs/primer.md#test-fixtures-using-the-same-data-configuration-for-multiple-tests-same-data-multiple-tests