Skip to content

Commit 9231beb

Browse files
authored
Ios integration tests (#11703)
_Description of what this PR is changing or adding, and why:_ In #11680, @deleSerna noticed a bug crept into the refactored document. This should be fixed now. _Issues fixed by this PR (if any):_ _PRs or commits this PR depends on (if any):_ ## Presubmit checklist - [ ] This PR is marked as draft with an explanation if not meant to land until a future stable release. - [ ] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [ ] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [ ] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
1 parent 4f089c1 commit 9231beb

File tree

1 file changed

+1
-1
lines changed
  • src/content/testing/integration-tests

1 file changed

+1
-1
lines changed

src/content/testing/integration-tests/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ Complete the following steps to upload an Android APK.
545545
list. Encode all parameters as `base64`.
546546

547547
```console
548-
$ ./gradlew project:task --defines="{base64 (key=value)}[, ...]"
548+
$ ./gradlew project:task -Pdart-defines="{base64 (key=value)}[, ...]"
549549
```
550550

551551
* `(key=value)}[, ...]`: Replace this with a comma-separated list of

0 commit comments

Comments
 (0)