Skip to content

Commit d0deecd

Browse files
committed
Minor formatting fix to contributors guide
1 parent b54306a commit d0deecd

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,9 @@ nox -s lint blacken
5656

5757
1. Configure your environment and credentials as described in the
5858
[README](README.md).
59-
2. Determine which GA4 property you want to use for tests, and note its
60-
property ID.
61-
3. Change into the directory of the project you want to test (either
59+
2. Change into the directory of the project you want to test (either
6260
`google-analytics-admin` or `google-analytics-data`).
63-
4. Configure environment variables required by tests using the following
61+
3. Configure environment variables required by tests using the following
6462
commands:
6563

6664
```sh
@@ -74,7 +72,7 @@ nox -s lint blacken
7472
export GA_TEST_CONVERSION_EVENT_ID=
7573
```
7674

77-
5. Execute tests from the `google-analytics-admin` or `google-analytics-data`
75+
4. Execute tests from the `google-analytics-admin` or `google-analytics-data`
7876
directory, using either `nox` or `pytest`. Using `nox` provides the
7977
additional benefit of formatting all files, and also automatically creates a
8078
virtual environment to test samples using different versions of Python.

0 commit comments

Comments
 (0)