Browse Source

Corrected typo (annotations -> assertions). (#41481)

Dawid Weiss 6 years ago
parent
commit
82702cf4c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TESTING.asciidoc

+ 1 - 1
TESTING.asciidoc

@@ -71,7 +71,7 @@ password: `elastic-password`.
 ==== Other useful arguments
 
 In order to start a node with a different max heap space add: `-Dtests.heap.size=4G`
-In order to disable annotations add: `-Dtests.asserts=false`
+In order to disable assertions add: `-Dtests.asserts=false`
 In order to set an Elasticsearch setting, provide a setting with the following prefix: `-Dtests.es.`
 
 === Test case filtering.