Skip to content

Commit f71c9a5

Browse files
authored
Fix broken link to googletest. (valhalla#2974)
1 parent 782452b commit f71c9a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/testing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Valhalla currently uses googletest for unit testing.
44

5-
- The basics are covered in [googletest primer](https://github.com/google/googletest/blob/master/googletest/docs/primer.md)
6-
- More advanced topics are covered [here](https://github.com/google/googletest/blob/master/googletest/docs/advanced.md)
5+
- The basics are covered in [googletest primer](https://github.com/google/googletest/blob/master/docs/primer.md)
6+
- More advanced topics are covered [here](https://github.com/google/googletest/blob/master/docs/advanced.md)
77

88
Important things to note:
99
* EXPECT_XXX macros mark the test as failed but continue execution
@@ -25,4 +25,3 @@ Important things to note:
2525
* Disabling a test is easy - just prefix its name with DISABLED_
2626
* TEST(PredictiveTraffic, DISABLED_test_predictive_traffic)
2727
* They are still compiled and there is always a warning each time the suite runs
28-

0 commit comments

Comments
 (0)