Skip to content

Commit

Permalink
dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpassos committed Jan 17, 2025
1 parent 99b6b19 commit b64cbf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/io/test/copy_path_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void main() {

expect(await expectedFile.readAsString(), 'original content',
reason: 'The file behind the link was copied with invalid content');

await expectedFile.writeAsString('new content');
final originalFile =
File(p.join(d.sandbox, _parentDir, linkSource, linkContent));
Expand All @@ -103,7 +103,7 @@ void main() {

expect(await expectedFile.readAsString(), 'original content',
reason: 'The file behind the link was copied with invalid content');

await expectedFile.writeAsString('new content');
final originalFile =
File(p.join(d.sandbox, _parentDir, linkSource, linkContent));
Expand Down

0 comments on commit b64cbf3

Please sign in to comment.