Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
  • Loading branch information
KeisukeShima committed Feb 17, 2022
1 parent 1208f2a commit 8b81309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/autoware_testing/design/autoware_testing-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Where

`<executable_name>` - [required] tested node executable name.

`<param_filename>` - [optional] param filename. Default value is `test.param.yaml`. Required mostly in situation where there are multiple smoke tests in a package and each requires different parameteres set.
`<param_filename>` - [optional] param filename. Default value is `test.param.yaml`. Required mostly in situation where there are multiple smoke tests in a package and each requires different parameters set.

`<arguments>` - [optional] arguments passed to executable. By default no arguments are passed.

Expand Down Expand Up @@ -87,7 +87,7 @@ Where

`<topic_filename>` - [required] topic filename. Defines the input and output topics to be used by the interface tests.

`<param_filename>` - [optional] param filename. Default value is `test.param.yaml`. Required mostly in situation where there are multiple interface tests in a package and each requires different parameteres set.
`<param_filename>` - [optional] param filename. Default value is `test.param.yaml`. Required mostly in situation where there are multiple interface tests in a package and each requires different parameters set.

`<arguments>` - [optional] arguments passed to executable. By default no arguments are passed.

Expand Down

0 comments on commit 8b81309

Please sign in to comment.