Sfoglia il codice sorgente

Improve wording

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 4 anni fa
parent
commit
c32ca913b0
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      docs/testing.rst

+ 3 - 3
docs/testing.rst

@@ -1,5 +1,5 @@
-Solang Testing
-==============
+Solang Test Suite
+=================
 
 
 Solang has a few test suites. These are all run on each pull request via
 Solang has a few test suites. These are all run on each pull request via
 `github actions <https://github.com/hyperledger-labs/solang/actions>`_.
 `github actions <https://github.com/hyperledger-labs/solang/actions>`_.
@@ -55,5 +55,5 @@ Deploy contract on dev chain
 ----------------------------
 ----------------------------
 
 
 There are some tests in `integration <https://github.com/hyperledger-labs/solang/tree/main/integration/>`_
 There are some tests in `integration <https://github.com/hyperledger-labs/solang/tree/main/integration/>`_
-which are written in node. These tests start an actual real chain (run via containers),
+which are written in node. These tests start an actual real chain via containers,
 and then deploying some tests contracts to them and interacting with them.
 and then deploying some tests contracts to them and interacting with them.