Making a small contributor documentation correction for running api tests (#216)

This commit is contained in:
Austin Walter 2023-06-20 06:22:52 -07:00 committed by GitHub
parent 1eb773a611
commit b04dcb83a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,5 +111,5 @@ Then run the following script:
```bash
cd api_tests
./run-federation-test.bash
./run-federation-test.sh
```