From e218c4f61cb4cb188d965768cc95c35c023cd8f9 Mon Sep 17 00:00:00 2001 From: protolambda Date: Thu, 23 May 2019 11:23:03 +0200 Subject: [PATCH] update operations readme, fix wording --- test_generators/operations/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/test_generators/operations/README.md b/test_generators/operations/README.md index e0b9d0e18..5cb3afc98 100644 --- a/test_generators/operations/README.md +++ b/test_generators/operations/README.md @@ -3,7 +3,6 @@ Operations (or "transactions" in previous spec iterations), are atomic changes to the state, introduced by embedding in blocks. -This generator provides a series of test suites, divided into handler, for each operation type. An operation test-runner can consume these operation test-suites, and handle different kinds of operations by processing the cases using the specified test handler.