Skip to content

Linux repo_checks failure: tool unit tests failing with missing trailing newlines #182842

@okorohelijah

Description

@okorohelijah

The Linux repo_checks build failed during the tool unit tests step. Several tests are failing because the generated pubspec.yaml content is missing trailing newlines.

Expected: '...dependencies:\n  flutter:\n    sdk: flutter\n\n\n\n'
  Actual: '...dependencies:\n  flutter:\n    sdk: flutter'
   Which: is different. Both strings start the same, but the actual value is missing the following trailing characters: \n\n\n

Failed Build: Linux repo_checks 22065
Logs: stdout

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions