Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0 committed Aug 5, 2020
1 parent 8332813 commit df220e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/gpx_reader_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ void main() {
});

test('issue-4', () async {
final gpx = GpxReader()
.fromString(await File('test/assets/20160617-La-Hermida-to-Bejes.gpx').readAsString());
final gpx = GpxReader().fromString(
await File('test/assets/20160617-La-Hermida-to-Bejes.gpx')
.readAsString());

expect(gpx.creator, 'MapGazer 1.86');
expect(gpx.metadata.links.length, 1);
Expand Down

0 comments on commit df220e7

Please sign in to comment.