build_verify icon indicating copy to clipboard operation
build_verify copied to clipboard

test fails due to diff in formatting

Open sagar-tide opened this issue 2 years ago • 1 comments

Hey @kevmoo Thanks for the package. I am facing a specific issue related to formatting of generated code. When the test look for diff in the outputs it fails when there is a diff in formatting. How can I avoid that?

sagar-tide avatar Jul 06 '23 09:07 sagar-tide

I need more info @sagar-tide .

It's possible the dart_style pkg used by your code is different than the SDK formatter you're using?

kevmoo avatar Jul 06 '23 20:07 kevmoo

Yeah! you are right. ultimately that was the root cause.

SAGARSURI avatar Mar 23 '24 07:03 SAGARSURI