| Index: test/runner/configuration/tags_test.dart
|
| diff --git a/test/runner/configuration/tags_test.dart b/test/runner/configuration/tags_test.dart
|
| index 0376a9591206a96059e6bebd7f29a17e3390d608..cddbf761afbb4fe9f4743d16fc16b386c7fc434d 100644
|
| --- a/test/runner/configuration/tags_test.dart
|
| +++ b/test/runner/configuration/tags_test.dart
|
| @@ -171,7 +171,7 @@ void main() {
|
| test.shouldExit(exit_codes.data);
|
| });
|
|
|
| - test("rejects an inavlid tag configuration", () {
|
| + test("rejects an invalid tag configuration", () {
|
| d.file("dart_test.yaml", JSON.encode({
|
| "tags": {"foo": {"timeout": "12p"}}
|
| })).create();
|
|
|