Skip to content

Commit

Permalink
Making language consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Nov 17, 2020
1 parent a01820b commit 41fd971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ Use this command to run tests on a package. Currently, there are two types of te

These tests allow you to exercise any Ingest Node Pipelines defined by your packages.

For details on how to configure pipeline test for a package, see the [HOWTO guide](docs/howto/pipeline_testing.md).
For details on how to configure and run pipeline tests for a package, see the [HOWTO guide](docs/howto/pipeline_testing.md).

#### System Tests

These tests allow you to test a package's ability to ingest data end-to-end.

For details on how to configure amd run system tests, see the [HOWTO guide](docs/howto/system_testing.md).
For details on how to configure and run system tests for a package, see the [HOWTO guide](docs/howto/system_testing.md).

#### Asset Loading Tests

Expand Down

0 comments on commit 41fd971

Please sign in to comment.