Skip to content

Commit

Permalink
docs: fix links and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Aug 11, 2023
1 parent e730e61 commit 9db9d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/adrs/adr-011-improving-test-confidence.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ Examples of tests made easier with CometMock are listed below:
- upgrade tests
- state-breaking changes

With CometMock, the **matrix test** approach can also be used. The image below illustrates a CometMock setup that can be used to discover non-deterministic behaviour and state-breaking changes.
![e2e matrix tests](../../figures/cometmock_matrix_tests.png)
With CometMock, the **matrix test** approach can also be used. The image below illustrates a CometMock setup that can be used to discover non-deterministic behavior and state-breaking changes.
![e2e matrix tests](../../figures/cometmock_matrix_test.png)

This table explains which versions are tested against each other for the same set of test traces:
* ✅ marks a passing test
Expand Down

0 comments on commit 9db9d21

Please sign in to comment.