Browse Source

Remove outdated comment in testing.md

Francisco Giordano 4 years ago
parent
commit
f547b6ff27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/TESTING.md

+ 1 - 1
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 `/test` directory corresponds to the `/contracts` directory. OpenZeppelin uses Truffle testing framework(based on the Mocha JavaScript testing framework) and the Chai assertion library. To learn more about how 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.