From 13bdfedeb1ef0db4611ebf4b01f4ba7a988b2db9 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Sat, 16 Feb 2019 23:27:23 -0800 Subject: [PATCH] Codemod rest of xplat// -> fbsource//xplat Differential Revision: D14057661 fbshipit-source-id: 7780ec117cbe5deb8cf9211b228b186bf97e1b1f --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 8e9dc7195..4e8a85ed9 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -50,7 +50,7 @@ public void myTest() { ## C++ -Start by creating your first test file in this directory `MyFlipperPluginTests.cpp` and import the testing utilities from `xplat//sonar/xplat:FlipperTestLib`. These utilities mock out core pieces of the communication channel so that you can test your plugin in isolation. +Start by creating your first test file in this directory `MyFlipperPluginTests.cpp` and import the testing utilities from `fbsource//xplat/sonar/xplat:FlipperTestLib`. These utilities mock out core pieces of the communication channel so that you can test your plugin in isolation. ``` #include