Skip to content

Commit

Permalink
Undo unintentional reference change
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Dec 9, 2023
1 parent 1559db3 commit d8bbf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firestore/core/test/unit/FSTGoogleTestTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ @interface GoogleTests : XCTestCase
* These members are then joined with a ":" as googletest requires.
*
* @see
* https://github.com/google/googletest/blob/main/googletest/docs/AdvancedGuide.md
* https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md
*/
NSString* CreateTestFiltersFromTestsToRun(NSSet<NSString*>* testsToRun) {
NSMutableString* result = [[NSMutableString alloc] init];
Expand Down

0 comments on commit d8bbf8b

Please sign in to comment.