Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Fix in test
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Jul 31, 2019
1 parent 426ebf5 commit a5897a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/geojson_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ void main() {
expect(point.geoPoint.longitude, 0);
expect(point.name, "point");
});

/*
test("unknown_feature", () async {
try {
featuresFromGeoJson(geojsonUnsupported);
await featuresFromGeoJson(geojsonUnsupported);
} on FeatureNotSupported catch (e) {
expect(e.message, "The feature Unknown is not supported");
}
});
});*/
}

0 comments on commit a5897a2

Please sign in to comment.