diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b6be576e..9e22ffea7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -145,7 +145,7 @@ Unit tests Integration tests * Add your fs to the imports in `fs/operations_test.go` - * Add your fs to `fs/test_all.sh` + * Add your fs to `fs/test_all.go` * Make sure integration tests pass with * `cd fs` * `go test -v -remote TestRemote:` and