From 65ca307895e8108c7e091146a6083c2d7a51c47d Mon Sep 17 00:00:00 2001 From: Shin Fan Date: Tue, 25 Apr 2017 13:39:39 -0700 Subject: [PATCH] update --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index af418ac2d8d3..bb17d20cb25b 100644 --- a/TESTING.md +++ b/TESTING.md @@ -197,7 +197,7 @@ You can test against an in-memory local Resource Manager by following these step You can test against an in-memory local Storage by following these steps: -1. Follow the [Quickstart instructions][cloud-nio] to add the nio dependency to your project +1. Follow the [Quickstart instructions][cloud-nio] to add the nio dependency to your project. 2. In your program, create and use a fake Storage service object. For example: ```java