Commit 556568ff authored by asiva's avatar asiva Committed by Siva

Fix quotes.

parent 5024871a
......@@ -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'));
}
});
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment