Fix quotes.

This commit is contained in:
asiva
2018-09-27 14:18:52 -07:00
committed by Siva
parent 5024871a05
commit 556568ffe6

View File

@@ -92,7 +92,7 @@ void main() {
builder.build();
fail('expect an exception to be thrown.');
} on DartDependencyException catch (error) {
expect(error.toString(), contains("Unable to parse URI"));
expect(error.toString(), contains('Unable to parse URI'));
}
});
});