From b6b5787931b6adfb0f5bdb2bbce527b0737390df Mon Sep 17 00:00:00 2001 From: Diederik Loerakker Date: Fri, 24 May 2019 12:24:42 -0400 Subject: [PATCH] Update specs/test_formats/epoch_processing/README.md Co-Authored-By: Hsiao-Wei Wang --- specs/test_formats/epoch_processing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/test_formats/epoch_processing/README.md b/specs/test_formats/epoch_processing/README.md index 041cb2fed..117be89d1 100644 --- a/specs/test_formats/epoch_processing/README.md +++ b/specs/test_formats/epoch_processing/README.md @@ -2,7 +2,7 @@ The different epoch sub-transitions are tested individually with test handlers. The format is similar to block-processing state-transition tests. -There is no "change" factor however, the transitions are a pure functions with just the pre-state as input. +There is no "change" factor however, the transitions are pure functions with just the pre-state as input. Hence, the format is shared between each test-handler. (See test condition documentation on how to run the tests.) ## Test case format