From 4edd0ee79922edfec5a0723d775a6c519a8421f6 Mon Sep 17 00:00:00 2001 From: iczc Date: Thu, 10 Oct 2019 00:30:11 +0800 Subject: [PATCH] doc:fix unit test directory name (#1939) --- test/TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TESTING.md b/test/TESTING.md index c5d87cacb..f08e9ed48 100644 --- a/test/TESTING.md +++ b/test/TESTING.md @@ -1,3 +1,3 @@ ## Testing -Unit test are critical to the OpenZeppelin framework. They help ensure code quality and mitigate against security vulnerabilities. The directory structure within the `/tests` directory corresponds to the `/contracts` directory. OpenZeppelin uses Mocha’s JavaScript testing framework and Chai’s assertion library. To learn more about how to tests are structured, please reference OpenZeppelin’s Testing Guide. +Unit test are critical to the OpenZeppelin framework. They help ensure code quality and mitigate against security vulnerabilities. The directory structure within the `/test` directory corresponds to the `/contracts` directory. OpenZeppelin uses Mocha’s JavaScript testing framework and Chai’s assertion library. To learn more about how to tests are structured, please reference OpenZeppelin’s Testing Guide.