From e45efbb8c15d44f9f7aafdfa7740dfbaab188fe3 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 22 Sep 2016 04:34:23 -0700 Subject: [PATCH] test must not be random addendum --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0788c85ad..9d45c7bd0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ Don't write long tests, write helper functions to make them be as short and conc #### T2 - Tests Must not be Random -Inputs for tests should not be generated randomly. Also, the type and structure of outputs should be checked. +Inputs for tests should not be generated randomly. Accounts used to create test contracts are an exception, those can be random. Also, the type and structure of outputs should be checked. ### Documentation