Skip to content

Commit

Permalink
chore: fix typos in integration tests README.md (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsocha2 authored Oct 3, 2023
1 parent c0fbfa8 commit ecd9df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/intTest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can run tests from command line:
```
just remember that you need environment variables exported in previous step to be accessible.

## Usefull help classes
## Useful help classes

### BoxApiProvider
To obtain new API connection configured with provided JWT configuration use `BoxApiProvider`
Expand Down Expand Up @@ -83,7 +83,7 @@ Retry.retry(
);
```

## Putting this all toghether
## Putting this all together

Here is a sample test that uses some of the utility classes shown above:

Expand Down

0 comments on commit ecd9df5

Please sign in to comment.