Skip to content

Commit

Permalink
Correct minor typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitris4000 committed May 26, 2024
1 parent 5f01872 commit 21fd507
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/internal/contributing/how-integration-tests-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ Integration tests have `requires_docker` tag (`// +build requires_docker` line f

## Isolation

Each integration test runs in isolation. For each integration test, we do create a Docker network, start Mimir and its dependencies containers, push/query series to/from Mimir and run assertions on it. Once the test has done, both the Docker network and containers are terminated and deleted.
Each integration test runs in isolation. For each integration test, we do create a Docker network,
start Mimir and its dependencies containers, push/query series to/from Mimir and run assertions on
it. Once the test is done, both the Docker network and containers are terminated and deleted.

0 comments on commit 21fd507

Please sign in to comment.